@@ -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 | } |
@@ -112,6 +112,9 @@ |
||
112 | 112 | return $this->respondOK(); |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @param Request $request |
|
117 | + */ |
|
115 | 118 | private function validateGroupUpdates($request) |
116 | 119 | { |
117 | 120 | $this->validate($request, [ |