Skip to content

Commit

Permalink
Updated for new 'public folder' structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Jun 12, 2018
1 parent b4bea26 commit 67ff3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ SilverStripe\Core\Injector\Injector:
LogFileHandler:
class: Monolog\Handler\StreamHandler
constructor:
- 'silverware-debug.log'
- '../silverware-debug.log'
- 'debug'
4 changes: 2 additions & 2 deletions src/Dev/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class Installer
'files' => [
'app/_config.php',
'app/_config/config.yml',
'app/code/Page.php',
'app/code/PageController.php',
'app/src/Page.php',
'app/src/PageController.php',
'app/src/Pages/HomePage.php',
'app/src/Pages/HomePageController.php',
'deploy.php',
Expand Down

0 comments on commit 67ff3a3

Please sign in to comment.