formatting

This commit is contained in:
Denis Duliçi
2021-06-17 14:36:54 +03:00
parent a3d62187dd
commit 47c21543bd
2 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ class Kernel extends ConsoleKernel
$schedule_time = config('app.schedule_time');
$schedule->command('reminder:report')->everySixHours();
$schedule->command('report:cache')->everySixHours();
$schedule->command('reminder:invoice')->dailyAt($schedule_time);
$schedule->command('reminder:bill')->dailyAt($schedule_time);
$schedule->command('recurring:check')->dailyAt($schedule_time);