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);
|
||||
}
|
||||
|
||||
static function getFutureTasks() {
|
||||
return self::getScheduledTasks(true);
|
||||
}
|
||||
|
||||
static function getCompletedTasks() {
|
||||
return ScheduledTask::where('type', static::TASK_TYPE)
|
||||
->whereNull('deleted_at')
|
||||
|
Reference in New Issue
Block a user