one liner

This commit is contained in:
Taylor Otwell 2019-12-20 14:14:01 -06:00
parent 3ee0065bcd
commit 12c28822f4
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();
}
/**