chore: code cleanup with rector and php-cs-fixer
This commit is contained in:
@@ -63,7 +63,7 @@ class ResetPasswordController extends AbstractController
|
||||
}
|
||||
|
||||
return $this->render('reset_password/index.html.twig', [
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user