mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 18:04:37 -04: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();
|
$schedule->job(new TaskScheduler())->daily()->withoutOverlapping();
|
||||||
|
|
||||||
if (Ninja::isSelfHost()) {
|
|
||||||
$schedule->job(new SystemMaintenance)->weekly()->withoutOverlapping();
|
$schedule->job(new SystemMaintenance)->weekly()->withoutOverlapping();
|
||||||
if(Ninja::isSelfHost())
|
if(Ninja::isSelfHost())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user