Update
parent
cd1ea78aff
commit
8dd517b82d
|
|
@ -18,6 +18,7 @@ class RiceShrimpFlowResource extends JsonResource
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'year' => $this->year,
|
'year' => $this->year,
|
||||||
'quarter' => $this->quarter,
|
'quarter' => $this->quarter,
|
||||||
|
'area' => $this->area,
|
||||||
'sales' => $this->sales,
|
'sales' => $this->sales,
|
||||||
'created_by' => AdminUserResource::make($this->whenLoaded('createdBy')),
|
'created_by' => AdminUserResource::make($this->whenLoaded('createdBy')),
|
||||||
'updated_by' => AdminUserResource::make($this->whenLoaded('updatedBy')),
|
'updated_by' => AdminUserResource::make($this->whenLoaded('updatedBy')),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue