run the invoice:cron daily
This commit is contained in:
parent
6118483c4f
commit
7e3ee38dcd
|
|
@ -25,6 +25,7 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('booking:cron')->dailyAt('3:00');
|
||||
$schedule->command('invoice:cron')->dailyAt('3:00');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue