@@ -32,6 +32,6 @@ |
||
32 | 32 | protected function schedule(Schedule $schedule) |
33 | 33 | { |
34 | 34 | $schedule->command('inspire') |
35 | - ->hourly(); |
|
35 | + ->hourly(); |
|
36 | 36 | } |
37 | 37 | } |
@@ -25,7 +25,7 @@ |
||
25 | 25 | $user = $this->registerAndLoginTestingUser($userDetails); |
26 | 26 | |
27 | 27 | $data = [ |
28 | - // TODO: To Be Continue... |
|
28 | + // TODO: To Be Continue... |
|
29 | 29 | ]; |
30 | 30 | |
31 | 31 | // send the HTTP request |