This commit is contained in:
hackerESQ
2025-01-24 22:45:28 -06:00
parent b8f24d4b67
commit 62dcae48bb
6 changed files with 86 additions and 8 deletions
+1
View File
@@ -19,6 +19,7 @@ class PortfolioResource extends JsonResource
return [
'id' => $this->id,
'title' => $this->title,
'notes' => $this->notes,
'wishlist' => $this->wishlist,
'owner' => UserResource::make($this->owner),
'transactions' => TransactionResource::collection($this->whenLoaded('transactions')),