feat: cleanup, log successful bookings

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent 027508f495
commit 30496a4875
3 changed files with 6 additions and 9 deletions
@@ -192,8 +192,6 @@ class Step3Controller extends AbstractController
]);
$form->handleRequest($request);
$this->bookingService->saveBookingDto($request, $bookingCreateDto, BookingDto::MODE_CREATE);
return $this->renderStepForm($bookingCreateDto, $form);
}