File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818use FOS \UserBundle \FOSUserEvents ;
1919use FOS \UserBundle \Model \UserInterface ;
2020use FOS \UserBundle \Model \UserManagerInterface ;
21- use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
21+ use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
2222use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2323use Symfony \Component \HttpFoundation \RedirectResponse ;
2424use Symfony \Component \HttpFoundation \Request ;
3434 * @author Thibault Duplessis <thibault.duplessis@gmail.com>
3535 * @author Christophe Coevoet <stof@notk.org>
3636 */
37- class RegistrationController extends Controller
37+ class RegistrationController extends AbstractController
3838{
3939 private $ eventDispatcher ;
4040 private $ formFactory ;
Original file line number Diff line number Diff line change 2121use FOS \UserBundle \Model \UserInterface ;
2222use FOS \UserBundle \Model \UserManagerInterface ;
2323use FOS \UserBundle \Util \TokenGeneratorInterface ;
24- use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
24+ use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
2525use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2626use Symfony \Component \HttpFoundation \RedirectResponse ;
2727use Symfony \Component \HttpFoundation \Request ;
3333 * @author Thibault Duplessis <thibault.duplessis@gmail.com>
3434 * @author Christophe Coevoet <stof@notk.org>
3535 */
36- class ResettingController extends Controller
36+ class ResettingController extends AbstractController
3737{
3838 private $ eventDispatcher ;
3939 private $ formFactory ;
You can’t perform that action at this time.
0 commit comments