Implementeer RedisTaskStorage en andere features #4

Merged
abelhooge merged 4 commits from 3-features into master 2020-02-14 15:31:09 +01:00
Showing only changes of commit b60ac20786 - Show all commits

View File

@ -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);