Skip to content

Commit 845f424

Browse files
committed
minor #8659 Update business-logic.rst (davidnegreira, javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Update business-logic.rst no AppBundle in symfony 4 Commits ------- 912d94a Minor change fe14a01 Update business-logic.rst
2 parents dfa2ab3 + 912d94a commit 845f424

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-
AppBundle.
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)