|
@@ -51,7 +51,8 @@ class TaskDetailResource extends JsonResource
|
|
|
"created_by" => new UserProfileResource($this->createdBy),
|
|
|
"custom_fields" => $this->custom_fields,
|
|
|
"created_at" => (string)$this->created_at,
|
|
|
- "updated_at" => (string)$this->updated_at
|
|
|
+ "updated_at" => (string)$this->updated_at,
|
|
|
+ "containers" => ContainerSimpleResource::collection($this->containers),
|
|
|
];
|
|
|
}
|
|
|
}
|