From a28f854a99affabca1b5ced856dec3469b62369f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 14 Oct 2020 04:24:28 +0200 Subject: [PATCH] Cleanup --- Controller/DefaultController.php | 1 - 1 file changed, 1 deletion(-) 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' ]); -- 2.41.0