1
0
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:
Nikola Cirkovic 2022-05-23 01:39:10 +02:00
parent 6aa01001c9
commit b4c0fe3d53

View File

@ -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();