Skip to content

Commit

Permalink
minor #5494 updated tree (OskarStark)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Jul 23, 2015
2 parents ae14002 + b0527d6 commit 7c5210c
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 7c5210c

Please sign in to comment.