Implementeer RedisTaskStorage en andere features #4
@ -68,7 +68,7 @@ class Tasks implements iLibrary
|
||||
* @return bool
|
||||
* @throws TasksException
|
||||
*/
|
||||
public function queueTask(Task $task): bool
|
||||
public function addTask(Task $task): bool
|
||||
{
|
||||
$taskStorage = $this->getTaskStorage();
|
||||
return $taskStorage->addTask($task);
|
||||
|
Loading…
Reference in New Issue
Block a user