mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-28 00:43:57 +00:00
schedule-update-delete-backend
This commit is contained in:
@@ -16,6 +16,7 @@ class Schedule extends JsonResource
|
||||
public function toArray($request)
|
||||
{
|
||||
return [
|
||||
'id' => (int)$this->id,
|
||||
'ETD' => carbon::parse($this->ETD)->format('d-m-Y'),
|
||||
'ETA' => carbon::parse($this->ETA)->format('d-m-Y'),
|
||||
'status' => (int)$this->status,
|
||||
|
||||
Reference in New Issue
Block a user