mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
INA-5 | Removed excess comment
This commit is contained in:
parent
6aa01001c9
commit
b4c0fe3d53
@ -111,7 +111,6 @@ class TaskScheduler implements ShouldQueue
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//setup new scheduled_run
|
|
||||||
$amount_of_days_until_next_run = $this->getAmountOfDays($scheduler->repeat_every);
|
$amount_of_days_until_next_run = $this->getAmountOfDays($scheduler->repeat_every);
|
||||||
$scheduler->scheduled_run = Carbon::now()->addDays($amount_of_days_until_next_run);
|
$scheduler->scheduled_run = Carbon::now()->addDays($amount_of_days_until_next_run);
|
||||||
$scheduler->save();
|
$scheduler->save();
|
||||||
|
Loading…
Reference in New Issue
Block a user