Completed
Push — master ( f08733...d96747 )
by Eric
04:41
created
app/Console/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         // $schedule->command('inspire')
32 32
         //          ->hourly();
33 33
 
34
-        $schedule->call(function () {
34
+        $schedule->call(function() {
35 35
             Mail::to(User::find(1))->send(new HelloUser());
36 36
         })->everyMinute();
37 37
     }
Please login to merge, or discard this patch.