testing schedules
This commit is contained in:
@@ -57,6 +57,6 @@ class CorpJournal extends Command
|
||||
var_dump($structure);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return $structure;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
// $schedule->command(corpJournal)->everyFifteenMinutes();
|
||||
$schedule->command(corpJournal)->everyFifteenMinutes();
|
||||
// $schedule->command(getCorps)->daily();
|
||||
// $schedule->command('inspire')
|
||||
// ->hourly();
|
||||
|
||||
Reference in New Issue
Block a user