log list query exception

This commit is contained in:
Omair Saleh
2022-09-30 04:14:45 +08:00
parent 6fde70cbc1
commit e45d9c8420
+1 -1
View File
@@ -26,7 +26,7 @@ class BookingResource extends JsonResource
{
return [
'id' => $this->id,
'company' => new CompanyResource($this->company),
// 'company' => new CompanyResource($this->company),
'bank' => new BankResource($this->bank),
'service' => new ServiceTypeResource($this->service),
'marking' => $this->marking,