mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Set default auto bill time to 12:20
This commit is contained in:
parent
e066c8c81f
commit
983d23d797
@ -64,7 +64,7 @@ class Kernel extends ConsoleKernel
|
||||
|
||||
$schedule->job(new RecurringExpensesCron)->dailyAt('00:10')->withoutOverlapping();
|
||||
|
||||
$schedule->job(new AutoBillCron)->dailyAt('12:00')->withoutOverlapping();
|
||||
$schedule->job(new AutoBillCron)->dailyAt('12:20')->withoutOverlapping();
|
||||
|
||||
$schedule->job(new SchedulerCheck)->daily()->withoutOverlapping();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user