Skip to content

Commit a551cf7

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Update routing.rst
2 parents 9532ba5 + 3efd420 commit a551cf7

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
@@ -241,7 +241,8 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
241241
route with a different method from an HTML form, add a hidden field called
242242
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT">``).
243243
If you create your forms with :doc:`Symfony Forms </forms>` this is done
244-
automatically for you.
244+
automatically for you when the :ref:`framework.http_method_override <configuration-framework-http_method_override>`
245+
option is ``true``.
245246

246247
.. _routing-matching-expressions:
247248

0 commit comments

Comments
 (0)