Skip to content

Commit 3371108

Browse files
94nonijaviereguiluz
authored andcommitted
Update best_practices.rst
1 parent 49fa607 commit 3371108

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)