Skip to content

Commit b0527d6

Browse files
OskarStarkwouterj
authored andcommitted
updated tree
1 parent ae14002 commit b0527d6

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)