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 d2ad157 commit 65a3c81Copy full SHA for 65a3c81
doctrine.rst
@@ -685,7 +685,7 @@ fetch by primary key via the ``find()`` method.
685
Prior to Symfony 7.1, automatic fetching was enabled on *all* of the
686
of the wildcards in your route that are actually properties on your entity.
687
This behavior is now disabled by default to only work on route wildcards
688
- called ``id``. To do so, set the option
+ called ``id``. To do so, set the option
689
``doctrine.orm.controller_resolver.auto_mapping`` to ``true``.
690
691
When ``auto_mapping`` is disabled, you can configure the mapping explicitly for
0 commit comments