mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
INA-5 | TaskSchedulerTransformer [License, typehints]
This commit is contained in:
parent
b1795df3ec
commit
5538c2ee59
@ -120,7 +120,6 @@ class TaskScheduler implements ShouldQueue
|
||||
|
||||
private function fetchJobs()
|
||||
{
|
||||
|
||||
return Scheduler::where('paused', false)
|
||||
->where('archived', false)
|
||||
->whereDate('scheduled_run', '<=', Carbon::now())
|
||||
|
Loading…
x
Reference in New Issue
Block a user