Skip to content

Commit

Permalink
updated tree
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored and wouterj committed Jul 23, 2015
1 parent ae14002 commit b0527d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion create_framework/separation-of-concerns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ To sum up, here is the new file layout:
example.com
├── composer.json
│ src
├── composer.lock
├── src
│ ├── app.php
│ └── Simplex
│ └── Framework.php
Expand All @@ -160,6 +161,7 @@ To sum up, here is the new file layout:
│ └── Model
│ └── LeapYear.php
├── vendor
│ └── autoload.php
└── web
└── front.php
Expand Down

0 comments on commit b0527d6

Please sign in to comment.