@@ -25,6 +25,6 @@ |
||
| 25 | 25 | protected function schedule(Schedule $schedule) |
| 26 | 26 | { |
| 27 | 27 | $schedule->command('inspire') |
| 28 | - ->hourly(); |
|
| 28 | + ->hourly(); |
|
| 29 | 29 | } |
| 30 | 30 | } |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | * Create a new user instance after a valid registration. |
| 80 | 80 | * |
| 81 | 81 | * @param array $data |
| 82 | - * @return User |
|
| 82 | + * @return Administrators |
|
| 83 | 83 | */ |
| 84 | 84 | protected function create(array $data) |
| 85 | 85 | { |
@@ -70,7 +70,7 @@ |
||
| 70 | 70 | /** |
| 71 | 71 | * Pour la suppression, il n'y a pas de vue dédiée. |
| 72 | 72 | * On redirige donc vers l'index. |
| 73 | - * @return \Illuminate\View\View |
|
| 73 | + * @return \Illuminate\Http\RedirectResponse |
|
| 74 | 74 | */ |
| 75 | 75 | public function delete($id) |
| 76 | 76 | { |