This commit is contained in:
f4ilji
2024-12-25 11:14:36 +05:00
parent 4288f0e40d
commit 8718ab32ef
+1 -1
View File
@@ -23,7 +23,7 @@ class ClientEventResource extends JsonResource
'event_time_start' => Carbon::parse($this->event_time_start)->format('H:i'), 'event_time_start' => Carbon::parse($this->event_time_start)->format('H:i'),
'address' => $this->address, 'address' => $this->address,
'is_online' => $this->is_online, 'is_online' => $this->is_online,
'category' => $this->category->title, 'category' => $this->category->title ?? null,
]; ];
} }
} }