Skip to content

Commit

Permalink
small change that will result in api spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Dec 19, 2024
1 parent 3ce81ae commit 562a8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Resources/BookingResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down

0 comments on commit 562a8f9

Please sign in to comment.