Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d9ea1
)
Cleanup
0.1.1
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 14 Oct 2020 02:24:28 +0000
(
04:24
+0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 14 Oct 2020 02:24:28 +0000
(
04:24
+0200)
Controller/DefaultController.php
patch
|
blob
|
history
diff --git
a/Controller/DefaultController.php
b/Controller/DefaultController.php
index 3d45a552d12622f4e791f6c6385ba84de72a02c0..def8c54574d0169aa5ba66e91c508d2a355656e0 100644
(file)
--- 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'
]);