X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/86d9ea19b0da58a74c5cc051f146a4bf49b29538..refs/tags/0.1.1:/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' ]);