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