Skip to content

Commit

Permalink
Merge branch 'docs/38'
Browse files Browse the repository at this point in the history
Close #38
  • Loading branch information
michalbundyra committed Apr 24, 2020
2 parents b74443f + 07b3598 commit 2e961a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ return [
// the layout ("layout/layout"), error pages ("error/index"), and
// 404 page ("error/404"), resolving them to view scripts.
'template_map' => [
'application/index/index' => __DIR__ . '/../view/application/index/index.phtml',
'application/index/index' => __DIR__ . '/../view/application/index/index.phtml',
'site/layout' => __DIR__ . '/../view/layout/layout.phtml',
'error/index' => __DIR__ . '/../view/error/index.phtml',
'error/404' => __DIR__ . '/../view/error/404.phtml',
Expand Down

0 comments on commit 2e961a1

Please sign in to comment.