Completed
Push — master ( 5048e0...03ce4f )
by Eric
05:13
created
app/Console/Kernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
         // $schedule->command('inspire')
35 35
         //          ->hourly();
36 36
 
37
-        if (substr( Carbon::now(), 0, 10 ) === $this->date){
38
-            $schedule->call(function () {
37
+        if (substr(Carbon::now(), 0, 10) === $this->date) {
38
+            $schedule->call(function() {
39 39
                 Mail::to('[email protected]')->send(new HelloUser());
40 40
             })->at('08:00');
41 41
         }
Please login to merge, or discard this patch.