Release of RC1 #7

Merged
abelhooge merged 34 commits from 3-features into master 2020-06-07 13:54:20 +00:00
1 changed files with 1 additions and 1 deletions
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);