X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c98d2f5eb2e69695e007088e8104aa3273c253e2..c837c75627cbbe96b88bd9e5d3a710d8988dedbc:/Controller/DefaultController.php 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' ]);