瀏覽代碼

add progress

visuddhinanda 1 年之前
父節點
當前提交
c228ee9676
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api-v8/app/Http/Resources/TaskResource.php

+ 1 - 0
api-v8/app/Http/Resources/TaskResource.php

@@ -36,6 +36,7 @@ class TaskResource extends JsonResource
             'description' => $this->description,
             'type' => $this->type,
             'category' => $this->category,
+            'progress' => $this->progress,
             'parent_id' => $this->parent_id,
             'parent' => TaskApi::getById($this->parent_id),
             'roles' => $this->roles,