From 12c28822f402a948dac389bf037c550524845ba3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 20 Dec 2019 14:14:01 -0600 Subject: [PATCH] one liner --- app/Console/Kernel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a8c51585..69914e99 100644 --- a/app/Console/Kernel.php +++ b/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(); } /**