@@ -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; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | */ |
11 | 11 | |
12 | 12 | use Cake\Core\Configure; |
13 | -use Cake\Core\Plugin; |
|
14 | 13 | use Cake\Mailer\Email; |
15 | 14 | use Cake\Utility\Security; |
16 | 15 |