Skip to content

Commit bbbf72a

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Update routing.rst
2 parents d85ca3e + a551cf7 commit bbbf72a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

routing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
249249
route with a different method from an HTML form, add a hidden field called
250250
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT">``).
251251
If you create your forms with :doc:`Symfony Forms </forms>` this is done
252-
automatically for you.
252+
automatically for you when the :ref:`framework.http_method_override <configuration-framework-http_method_override>`
253+
option is ``true``.
253254

254255
.. _routing-matching-expressions:
255256

0 commit comments

Comments
 (0)