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 91a18cd commit 8bb3195Copy full SHA for 8bb3195
book/doctrine.rst
@@ -783,7 +783,7 @@ Custom Repository Classes
783
784
In the previous sections, you began constructing and using more complex queries
785
from inside a controller. In order to isolate, test and reuse these queries,
786
-it's a good practise to create a custom repository class for your entity and
+it's a good practice to create a custom repository class for your entity and
787
add methods with your query logic there.
788
789
To do this, add the name of the repository class to your mapping definition:
0 commit comments