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 fe14a01 commit 912d94aCopy full SHA for 912d94a
best_practices/business-logic.rst
@@ -125,7 +125,7 @@ library or strategy you want for this.
125
In practice, many Symfony applications rely on the independent
126
`Doctrine project`_ to define their model using entities and repositories.
127
Just like with business logic, we recommend storing Doctrine entities in the
128
-``src/`` directory.
+``src/Entity/`` directory.
129
130
The three entities defined by our sample blog application are a good example:
131
0 commit comments