update daily monitoring

This commit is contained in:
2024-02-19 10:29:13 +07:00
parent 8f904a8ce8
commit 15a99b95b9
6 changed files with 21 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ class DailyMonitoringResource extends JsonResource
'end_date' => $this->enddate,
'addmision_date' => $this->addmision_date,
'provider' => $this->provider,
'organization_id' => $this->organization_id,
];
return $data;