chore: cgl cleanup
This commit is contained in:
@@ -88,7 +88,7 @@ class BookingEditDataLoader
|
||||
// Refresh availability and mutability data to ensure current state.
|
||||
// Availability is refreshed on every load; mutability is patched from cache.
|
||||
$this->travelDataService->enrichWithFreshAvailabilities($formData->travel);
|
||||
|
||||
|
||||
$bookingData = $this->fetchBookingData($bookingId, $user);
|
||||
if (null !== $bookingData && !($bookingData instanceof Notification)) {
|
||||
$mutableData = $this->travelDataService->getMutabilityData($bookingData->dateId, cached: true);
|
||||
|
||||
Reference in New Issue
Block a user