We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c980d commit ef556a8Copy full SHA for ef556a8
cookbook/routing/method_parameters.rst
@@ -77,7 +77,7 @@ Faking the Method with ``_method``
77
.. note::
78
79
The ``_method`` functionality shown here is disabled by default in Symfony 2.2
80
- and enabled by default in Symfony 2.3. To control it in Symfony 2.2, you
+ and enabled by default in Symfony 2.3 and above. To control it in Symfony 2.2, you
81
must call :method:`Request::enableHttpMethodParameterOverride <Symfony\\Component\\HttpFoundation\\Request::enableHttpMethodParameterOverride>`
82
before you handle the request (e.g. in your front controller). In Symfony
83
2.3, use the :ref:`configuration-framework-http_method_override` option.
0 commit comments