main
liutk 2026-03-04 23:22:18 +08:00
parent ba91b6bce4
commit 96f37e5585
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class ProjectResource extends JsonResource
return [
'id' => $this->id,
'title' => $this->title,
'description' => $this->description,
'cover' => $this->cover,
'children' => ProjectChildrenResource::collection($this->whenLoaded('children')),
'flows' => ProjectFlowResource::make($this->whenLoaded('flows')),