From 8dd517b82d04eab612fb13edb7cdca0b4005df54 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Tue, 8 Nov 2022 11:50:03 +0800 Subject: [PATCH] Update --- app/Http/Resources/RiceShrimpFlowResource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Resources/RiceShrimpFlowResource.php b/app/Http/Resources/RiceShrimpFlowResource.php index 7345e49..dd74612 100644 --- a/app/Http/Resources/RiceShrimpFlowResource.php +++ b/app/Http/Resources/RiceShrimpFlowResource.php @@ -18,6 +18,7 @@ class RiceShrimpFlowResource extends JsonResource 'id' => $this->id, 'year' => $this->year, 'quarter' => $this->quarter, + 'area' => $this->area, 'sales' => $this->sales, 'created_by' => AdminUserResource::make($this->whenLoaded('createdBy')), 'updated_by' => AdminUserResource::make($this->whenLoaded('updatedBy')),