mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +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);
|
||||
$scheduler->scheduled_run = Carbon::now()->addDays($amount_of_days_until_next_run);
|
||||
$scheduler->save();
|
||||
|
Loading…
Reference in New Issue
Block a user