modified assests
This commit is contained in:
@@ -18,7 +18,7 @@ class AntibioticResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'name_en' => $this->name_en,
|
||||
'weight' => $this->weight,
|
||||
'lab_id' => $this->lab_id,
|
||||
'organization_id' => $this->organization_id,
|
||||
// 'lab' => LaboratoryResource::collection($this->lab),
|
||||
'record_status_id' => $this->record_status_id
|
||||
];
|
||||
|
||||
@@ -50,7 +50,7 @@ class TestSampleResource extends JsonResource
|
||||
'format' => $this->format,
|
||||
'formula' => $this->formula,
|
||||
'description' => $this->description,
|
||||
'lab_id' => $this->lab_id,
|
||||
'organization_id' => $this->organization_id,
|
||||
'code' => $this->code,
|
||||
'is_bold' => (int) $this->is_bold,
|
||||
'autocomplete_bind' => (int) $this->autocomplete_bind
|
||||
|
||||
Reference in New Issue
Block a user