X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/82b10cad60d810a8027b00321c10be22f023c3cc..dc696a764990e0075aa0ad5ee9a52cb540ac692a:/Controller/DefaultController.php?ds=inline

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'
 		]);