Added report cache console

This commit is contained in:
Cüneyt Şentürk
2021-06-15 10:33:36 +03:00
parent 085afcc534
commit f9e6edcf6d
2 changed files with 82 additions and 0 deletions

View File

@ -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);