From: Raphaƫl Gertz Date: Wed, 14 Oct 2020 02:24:28 +0000 (+0200) Subject: Cleanup X-Git-Tag: 0.1.1 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/refs/tags/0.1.1 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' ]);