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 485b529 commit 1ec68feCopy full SHA for 1ec68fe
book/doctrine.rst
@@ -772,10 +772,10 @@ Custom Repository Classes
772
773
In the previous sections, you began constructing and using more complex queries
774
from inside a controller. In order to isolate, test and reuse these queries,
775
-it's a good idea to create a custom repository class for your entity and
+it's a good practise to create a custom repository class for your entity and
776
add methods with your query logic there.
777
778
-To do this, add the name of the repository class to your mapping definition.
+To do this, add the name of the repository class to your mapping definition:
779
780
.. configuration-block::
781
0 commit comments