Skip to content

Commit 9e1b2bc

Browse files
committed
minor #14163 Update best_practices.rst (94noni)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update best_practices.rst Related to symfony/recipes#797 Commits ------- 3371108 Update best_practices.rst
2 parents 49fa607 + 3371108 commit 9e1b2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ self-explanatory and not coupled to Symfony:
5252
├─ config/
5353
│ ├─ packages/
5454
│ └─ services.yaml
55-
└─ public/
55+
├─ migrations/
56+
├─ public/
5657
│ ├─ build/
5758
│ └─ index.php
5859
├─ src/
@@ -63,7 +64,6 @@ self-explanatory and not coupled to Symfony:
6364
│ ├─ Entity/
6465
│ ├─ EventSubscriber/
6566
│ ├─ Form/
66-
│ ├─ Migrations/
6767
│ ├─ Repository/
6868
│ ├─ Security/
6969
│ └─ Twig/

0 commit comments

Comments
 (0)