stuff
This commit is contained in:
@@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command(Commands\CorpJournal::class)->everyFifteenMinutes();
|
||||
$schedule->command(CorpJournal::class)->everyFifteenMinutes();
|
||||
// $schedule->command(getCorps)->daily();
|
||||
// $schedule->command('inspire')
|
||||
// ->hourly();
|
||||
|
||||
Reference in New Issue
Block a user