Update
parent
cd1ea78aff
commit
8dd517b82d
|
|
@ -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')),
|
||||
|
|
|
|||
Loading…
Reference in New Issue