chore: code cleanup with rector and php-cs-fixer
This commit is contained in:
@@ -228,7 +228,7 @@ class Step3Controller extends AbstractBookingCreateController
|
||||
|
||||
return $this->render('booking/create/step_3.html.twig', [
|
||||
'bookingCreateContext' => $context,
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user