Commit 108bd185 by Jonathan Reinink

Update console kernel

1 parent e48dff31
Showing with 1 additions and 2 deletions
...@@ -24,8 +24,7 @@ class Kernel extends ConsoleKernel ...@@ -24,8 +24,7 @@ class Kernel extends ConsoleKernel
*/ */
protected function schedule(Schedule $schedule) protected function schedule(Schedule $schedule)
{ {
// $schedule->command('inspire') // $schedule->command('inspire')->hourly();
// ->hourly();
} }
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!