Skip to content

Commit 3bb1a25

Browse files
committed
minor #5492 updated tree for front controller (OskarStark)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5492). Discussion ---------- updated tree for front controller Commits ------- 65dca62 updated tree for front controller
2 parents 10cb3ed + 65dca62 commit 3bb1a25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

create_framework/front-controller.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,13 @@ web root directory:
146146
147147
example.com
148148
├── composer.json
149-
│ src
149+
├── composer.lock
150+
├── src
150151
│ └── pages
151152
│ ├── hello.php
152153
│ └── bye.php
153154
├── vendor
155+
│ └── autoload.php
154156
└── web
155157
└── front.php
156158

0 commit comments

Comments
 (0)