diff --git a/app/Http/Resources/BookingResource.php b/app/Http/Resources/BookingResource.php index 2ad4174..f0affd0 100644 --- a/app/Http/Resources/BookingResource.php +++ b/app/Http/Resources/BookingResource.php @@ -16,7 +16,7 @@ public function toArray(Request $request): array */ 'place_id' => $this->place_id, /** - * The user who made the booking. + * The ID of the user who made the booking. */ 'user_id' => $this->user_id, /**