Skip to content

Commit 8b85404

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: fix: no bundle involved
2 parents d9f050a + f019e47 commit 8b85404

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
@@ -646,7 +646,7 @@ automatically! You can simplify the controller to::
646646
}
647647
}
648648

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

652652
.. tip::

0 commit comments

Comments
 (0)