@@ -67,7 +67,7 @@ |
||
| 67 | 67 | /** |
| 68 | 68 | * Execute action. |
| 69 | 69 | * |
| 70 | - * @return mixed |
|
| 70 | + * @return string|null |
|
| 71 | 71 | * @throws Exception |
| 72 | 72 | */ |
| 73 | 73 | public function execute() |
@@ -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; |