INA-5 | replace archived with is_deleted property
This commit is contained in:
parent
9bd2279290
commit
3d67c99567
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class TaskScheduler implements ShouldQueue
|
|||
private function fetchJobs()
|
||||
{
|
||||
return Scheduler::where('paused', false)
|
||||
->where('archived', false)
|
||||
->where('is_deleted', false)
|
||||
->whereDate('scheduled_run', '<=', Carbon::now())
|
||||
->cursor();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue