mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for regression in Scheduler (#3674)
This commit is contained in:
parent
e3e52987c3
commit
e5a0a73e86
@ -47,7 +47,7 @@ class Kernel extends ConsoleKernel
|
||||
|
||||
/* Run hosted specific jobs */
|
||||
if(Ninja::isHosted()) {
|
||||
$schedule->json()->daily(new AdjustEmailQuota())->daily;
|
||||
$schedule->job(new AdjustEmailQuota())->daily();
|
||||
$schedule->job(new SendFailedEmails())->daily();
|
||||
}
|
||||
/* Run queue's in shared hosting with this*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user