scheduled jobs

This commit is contained in:
2018-11-23 01:23:50 -06:00
parent b6c93c81e0
commit 05b8e67648
8 changed files with 101 additions and 9 deletions

View File

@@ -27,9 +27,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command(CorpJournal::class)->everyFifteenMinutes();
// $schedule->command(getCorps)->daily();
// $schedule->command('inspire')
// ->hourly();
//$schedule->command(GetCorps::class)->daily();
}
/**