diff --git a/doctrine.rst b/doctrine.rst index 103ba869611..6abf5fa7928 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -649,7 +649,7 @@ automatically! You can simplify the controller to:: } } -That's it! The bundle uses the ``{id}`` from the route to query for the ``Product`` +That's it! The attribute uses the ``{id}`` from the route to query for the ``Product`` by the ``id`` column. If it's not found, a 404 page is generated. .. tip::