@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use CakeDC\Api\Exception\ValidationException; |
15 | 15 | use CakeDC\Api\Service\Action\Action; |
16 | -use CakeDC\Users\Controller\Component\UsersAuthComponent; |
|
17 | 16 | use CakeDC\Users\Controller\Traits\CustomUsersTableTrait; |
18 | 17 | use CakeDC\Users\Exception\UserNotActiveException; |
19 | 18 | use CakeDC\Users\Exception\UserNotFoundException; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use CakeDC\Api\Exception\ValidationException; |
15 | 15 | use CakeDC\Api\Service\Action\Action; |
16 | -use CakeDC\Users\Controller\Component\UsersAuthComponent; |
|
17 | 16 | use CakeDC\Users\Controller\Traits\CustomUsersTableTrait; |
18 | 17 | use CakeDC\Users\Exception\UserAlreadyActiveException; |
19 | 18 | use CakeDC\Users\Exception\UserNotFoundException; |