add priority
This commit is contained in:
@@ -191,6 +191,7 @@ class TaskManager
|
||||
[
|
||||
'description' => $task->getDescription(),
|
||||
'project' => $task->getProject(),
|
||||
'priority' => $task->getPriority(),
|
||||
'due' => $task->getDue() ? $task->getDue()->format('Ymd\THis\Z') : null,
|
||||
],
|
||||
$task->getUuid()
|
||||
|
Reference in New Issue
Block a user