Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Jun 6, 2024
1 parent fa0703c commit 43e459a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Http/Controllers/Booking/BookingAdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ public function store(StoreBooking $request): RedirectResponse
$booking->flights()->create($flightAttributes);
flashMessage('success', __('Done'), __('Slot created'));
}



return to_route('bookings.event.index', $event);
}

Expand Down

0 comments on commit 43e459a

Please sign in to comment.