Added report cache console
This commit is contained in:
@ -29,6 +29,7 @@ class Kernel extends ConsoleKernel
|
||||
|
||||
$schedule_time = config('app.schedule_time');
|
||||
|
||||
$schedule->command('reminder:report')->everySixHours();
|
||||
$schedule->command('reminder:invoice')->dailyAt($schedule_time);
|
||||
$schedule->command('reminder:bill')->dailyAt($schedule_time);
|
||||
$schedule->command('recurring:check')->dailyAt($schedule_time);
|
||||
|
Reference in New Issue
Block a user