File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed 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 \AbstractController ;
21+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
2222use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2323use Symfony \Component \HttpFoundation \RedirectResponse ;
2424use Symfony \Component \HttpFoundation \Request ;
3131 * @author Thibault Duplessis <thibault.duplessis@gmail.com>
3232 * @author Christophe Coevoet <stof@notk.org>
3333 */
34- class ChangePasswordController extends AbstractController
34+ class ChangePasswordController extends Controller
3535{
3636 /**
3737 * @var EventDispatcherInterface
Original file line number Diff line number Diff line change 1818use FOS \UserBundle \Model \UserManagerInterface ;
1919use FOS \UserBundle \Services \EmailConfirmation \EmailUpdateConfirmation ;
2020use FOS \UserBundle \Util \CanonicalFieldsUpdater ;
21- use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
21+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
2222use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2323use Symfony \Component \HttpFoundation \Request ;
2424use Symfony \Component \Security \Core \Exception \AccessDeniedException ;
2929 *
3030 * @author Dominik Businger <git@azine.me>
3131 */
32- class ConfirmEmailUpdateController extends AbstractController
32+ class ConfirmEmailUpdateController extends Controller
3333{
3434 /**
3535 * @var EventDispatcherInterface
Original file line number Diff line number Diff line change 1919use FOS \UserBundle \FOSUserEvents ;
2020use FOS \UserBundle \Model \GroupInterface ;
2121use FOS \UserBundle \Model \GroupManagerInterface ;
22- use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
22+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
2323use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2424use Symfony \Component \HttpFoundation \RedirectResponse ;
2525use Symfony \Component \HttpFoundation \Request ;
3232 * @author Thibault Duplessis <thibault.duplessis@gmail.com>
3333 * @author Christophe Coevoet <stof@notk.org>
3434 */
35- class GroupController extends AbstractController
35+ class GroupController extends Controller
3636{
3737 /**
3838 * @var EventDispatcherInterface
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 \AbstractController ;
21+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
2222use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2323use Symfony \Component \HttpFoundation \RedirectResponse ;
2424use Symfony \Component \HttpFoundation \Request ;
3030 *
3131 * @author Christophe Coevoet <stof@notk.org>
3232 */
33- class ProfileController extends AbstractController
33+ class ProfileController extends Controller
3434{
3535 /**
3636 * @var EventDispatcherInterface
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 \AbstractController ;
21+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
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 AbstractController
37+ class RegistrationController extends Controller
3838{
3939 /**
4040 * @var EventDispatcherInterface
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 \AbstractController ;
24+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
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 AbstractController
36+ class ResettingController extends Controller
3737{
3838 /**
3939 * @var EventDispatcherInterface
Original file line number Diff line number Diff line change 1111
1212namespace FOS \UserBundle \Controller ;
1313
14- use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
14+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
1515use Symfony \Component \HttpFoundation \Request ;
1616use Symfony \Component \HttpFoundation \Response ;
1717use Symfony \Component \HttpFoundation \Session \Session ;
2525 * @author Thibault Duplessis <thibault.duplessis@gmail.com>
2626 * @author Christophe Coevoet <stof@notk.org>
2727 */
28- class SecurityController extends AbstractController
28+ class SecurityController extends Controller
2929{
3030 /**
3131 * @var CsrfTokenManagerInterface
You can’t perform that action at this time.
0 commit comments