Remove ununsed method
This commit is contained in:
committed by
M. Shull
parent
4a64fff0ff
commit
b5bc6ec3c6
@ -148,10 +148,6 @@ abstract class SimpleWorker {
|
|||||||
return array_merge((array)$scheduled_tasks, (array)$running_tasks);
|
return array_merge((array)$scheduled_tasks, (array)$running_tasks);
|
||||||
}
|
}
|
||||||
|
|
||||||
static function getFutureTasks() {
|
|
||||||
return self::getScheduledTasks(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
static function getCompletedTasks() {
|
static function getCompletedTasks() {
|
||||||
return ScheduledTask::where('type', static::TASK_TYPE)
|
return ScheduledTask::where('type', static::TASK_TYPE)
|
||||||
->whereNull('deleted_at')
|
->whereNull('deleted_at')
|
||||||
|
Reference in New Issue
Block a user