INA-5 | Removed excess comment
This commit is contained in:
parent
6aa01001c9
commit
b4c0fe3d53
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue