@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | */ |
| 29 | 29 | protected function schedule(Schedule $schedule) |
| 30 | 30 | { |
| 31 | - $schedule->call(function () { |
|
| 31 | + $schedule->call(function() { |
|
| 32 | 32 | Mail::to(User::find(1))->send(new HelloUser()); |
| 33 | 33 | |
| 34 | 34 | }); |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | */ |
| 42 | 42 | protected function commands() |
| 43 | 43 | { |
| 44 | - $this->load(__DIR__.'/Commands'); |
|
| 44 | + $this->load(__DIR__ . '/Commands'); |
|
| 45 | 45 | |
| 46 | 46 | require base_path('routes/console.php'); |
| 47 | 47 | } |