@@ -38,7 +38,7 @@ |
||
| 38 | 38 | /** |
| 39 | 39 | * Execute the console command. |
| 40 | 40 | * |
| 41 | - * @return mixed |
|
| 41 | + * @return DeleteUsers |
|
| 42 | 42 | */ |
| 43 | 43 | public function handle() |
| 44 | 44 | { |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * Execute the console command. |
| 40 | 40 | * Sends out reminder emails to all employees. Then sends a reminder to their supervisor. |
| 41 | 41 | * |
| 42 | - * @return mixed |
|
| 42 | + * @return SendReminders |
|
| 43 | 43 | */ |
| 44 | 44 | public function handle() |
| 45 | 45 | { |