소스 검색

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,