update customer's account

This commit is contained in:
Omair Saleh
2023-02-15 15:29:50 +08:00
parent 1b89d36916
commit f885ccc9e0
+1 -1
View File
@@ -25,7 +25,7 @@ class BookingResource extends JsonResource
*/
public function toArray($request)
{
Log::info($this);
Log::info(json_encode($this));
return [
'id' => $this->id,
'company' => new CompanyResource($this->company),