Update console kernel

This commit is contained in:
Jonathan Reinink 2020-07-29 10:33:44 -04:00
parent e48dff3138
commit 108bd18523
1 changed files with 1 additions and 2 deletions

View File

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