Skip to content

Commit 3efd420

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Update routing.rst
2 parents 066fa38 + f9aaa15 commit 3efd420

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)