Skip to content

Commit 7c5210c

Browse files
committed
minor #5494 updated tree (OskarStark)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5494). Discussion ---------- updated tree Commits ------- b0527d6 updated tree
2 parents ae14002 + b0527d6 commit 7c5210c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

create_framework/separation-of-concerns.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ To sum up, here is the new file layout:
150150
151151
example.com
152152
├── composer.json
153-
│ src
153+
├── composer.lock
154+
├── src
154155
│ ├── app.php
155156
│ └── Simplex
156157
│ └── Framework.php
@@ -160,6 +161,7 @@ To sum up, here is the new file layout:
160161
│ └── Model
161162
│ └── LeapYear.php
162163
├── vendor
164+
│ └── autoload.php
163165
└── web
164166
└── front.php
165167

0 commit comments

Comments
 (0)