From 21d8f08a5dfc08e95ca6cfd5e105f9577b8e5a22 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 21:56:21 -0600 Subject: [PATCH] testing --- app/Console/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index b50e4a09b..4df65a134 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - Commands\corpJournal::class, + Commands\CorpJournal::class, Commands\getCorps::class, Commands\sendMail::class, ]; @@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { - $schedule->command(corpJournal)->everyFifteenMinutes(); + $schedule->command(new CorpJournal)->everyFifteenMinutes(); // $schedule->command(getCorps)->daily(); // $schedule->command('inspire') // ->hourly();