Skip to content

Commit 65a3c81

Browse files
authored
lint
1 parent d2ad157 commit 65a3c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ fetch by primary key via the ``find()`` method.
685685
Prior to Symfony 7.1, automatic fetching was enabled on *all* of the
686686
of the wildcards in your route that are actually properties on your entity.
687687
This behavior is now disabled by default to only work on route wildcards
688-
called ``id``. To do so, set the option
688+
called ``id``. To do so, set the option
689689
``doctrine.orm.controller_resolver.auto_mapping`` to ``true``.
690690

691691
When ``auto_mapping`` is disabled, you can configure the mapping explicitly for

0 commit comments

Comments
 (0)