Skip to content

Commit f019e47

Browse files
committed
minor #20984 [Doctrine] fix: no bundle involved (94noni)
This PR was merged into the 6.4 branch. Discussion ---------- [Doctrine] fix: no bundle involved I think its a relic of the past sensio extra bundle ? Commits ------- 07ef563 fix: no bundle involved
2 parents aa698f8 + 07ef563 commit f019e47

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
@@ -649,7 +649,7 @@ automatically! You can simplify the controller to::
649649
}
650650
}
651651

652-
That's it! The bundle uses the ``{id}`` from the route to query for the ``Product``
652+
That's it! The attribute uses the ``{id}`` from the route to query for the ``Product``
653653
by the ``id`` column. If it's not found, a 404 page is generated.
654654

655655
.. tip::

0 commit comments

Comments
 (0)