Browse Source

one liner

Taylor Otwell 4 years ago
parent
commit
12c28822f4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Console/Kernel.php

+ 1 - 2
app/Console/Kernel.php

@@ -24,8 +24,7 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
-        // $schedule->command('inspire')
-        //          ->hourly();
+        // $schedule->command('inspire')->hourly();
     }
 
     /**