mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
INA-5 | Fix syntax
This commit is contained in:
parent
d1a7ff9ff5
commit
270166b050
@ -76,7 +76,6 @@ class Kernel extends ConsoleKernel
|
||||
|
||||
$schedule->job(new TaskScheduler())->daily()->withoutOverlapping();
|
||||
|
||||
if (Ninja::isSelfHost()) {
|
||||
$schedule->job(new SystemMaintenance)->weekly()->withoutOverlapping();
|
||||
if(Ninja::isSelfHost())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user