File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010
1111use Exception ;
1212use Ibexa \Contracts \Core \Repository \UserService ;
13- use Ibexa \Contracts \User \Controller \RestrictedControllerInterface ;
1413use Ibexa \Contracts \User \Controller \AuthenticatedRememberedCheckTrait ;
14+ use Ibexa \Contracts \User \Controller \RestrictedControllerInterface ;
1515use Ibexa \Core \MVC \Symfony \SiteAccess ;
1616use Ibexa \User \ExceptionHandler \ActionResultHandler ;
1717use Ibexa \User \Form \Factory \FormFactory ;
2222use Symfony \Component \HttpFoundation \Request ;
2323use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
2424
25- class PasswordChangeControllerInterface extends Controller implements RestrictedControllerInterface
25+ class PasswordChangeController extends Controller implements RestrictedControllerInterface
2626{
2727 use AuthenticatedRememberedCheckTrait;
2828
Original file line number Diff line number Diff line change 88
99namespace Ibexa \Bundle \User \Controller ;
1010
11- use Ibexa \Contracts \User \Controller \RestrictedControllerInterface ;
1211use Ibexa \Contracts \User \Controller \AuthenticatedRememberedCheckTrait ;
12+ use Ibexa \Contracts \User \Controller \RestrictedControllerInterface ;
1313use Ibexa \Contracts \User \Invitation \Exception \InvitationAlreadyExistsException ;
1414use Ibexa \Contracts \User \Invitation \Exception \UserAlreadyExistsException ;
1515use Ibexa \Contracts \User \Invitation \InvitationCreateStruct ;
2222use Symfony \Component \Form \FormFactoryInterface ;
2323use Symfony \Component \HttpFoundation \Request ;
2424
25- final class UserInvitationControllerInterface extends Controller implements RestrictedControllerInterface
25+ final class UserInvitationController extends Controller implements RestrictedControllerInterface
2626{
2727 use AuthenticatedRememberedCheckTrait;
2828
Original file line number Diff line number Diff line change 99namespace Ibexa \Bundle \User \Controller ;
1010
1111use Ibexa \Contracts \Core \Repository \PermissionResolver ;
12- use Ibexa \Contracts \User \Controller \RestrictedControllerInterface ;
1312use Ibexa \Contracts \User \Controller \AuthenticatedRememberedCheckTrait ;
13+ use Ibexa \Contracts \User \Controller \RestrictedControllerInterface ;
1414use Ibexa \User \ExceptionHandler \ActionResultHandler ;
1515use Ibexa \User \Form \Data \UserSettingUpdateData ;
1616use Ibexa \User \Form \Factory \FormFactory ;
2626use Symfony \Component \HttpFoundation \Request ;
2727use Symfony \Component \HttpFoundation \Response ;
2828
29- class UserSettingsControllerInterface extends Controller implements RestrictedControllerInterface
29+ class UserSettingsController extends Controller implements RestrictedControllerInterface
3030{
3131 use AuthenticatedRememberedCheckTrait;
3232
You can’t perform that action at this time.
0 commit comments