From: Raphaƫl Gertz Date: Wed, 14 Oct 2020 02:24:28 +0000 (+0200) Subject: Cleanup X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/c837c75627cbbe96b88bd9e5d3a710d8988dedbc?hp=2872b1f42feaebdd5f54ab5fd38f2b0dc801d9d4 Cleanup --- diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index 3d45a55..def8c54 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -87,7 +87,6 @@ class DefaultController extends AbstractController { //Create the form according to the FormType created previously. //And give the proper parameters $form = $this->createForm('Rapsys\AirBundle\Form\ContactType', null, [ - // To set the action use $this->generateUrl('route_identifier') 'action' => $this->generateUrl('rapsys_air_contact'), 'method' => 'POST' ]);