Skip to content

Commit 912d94a

Browse files
Minor change
1 parent fe14a01 commit 912d94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/business-logic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ library or strategy you want for this.
125125
In practice, many Symfony applications rely on the independent
126126
`Doctrine project`_ to define their model using entities and repositories.
127127
Just like with business logic, we recommend storing Doctrine entities in the
128-
``src/`` directory.
128+
``src/Entity/`` directory.
129129

130130
The three entities defined by our sample blog application are a good example:
131131

0 commit comments

Comments
 (0)