FIX Remove incorrect classmap for Page and PageController

These files to not always exist in this path, so this autoload definition is misleading
This commit is contained in:
Robbie Averill 2018-06-01 15:54:11 +12:00
parent 9a407320ed
commit a9e2af6863

View File

@ -11,12 +11,6 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7" "phpunit/phpunit": "^5.7"
}, },
"autoload": {
"classmap": [
"app/src/Page.php",
"app/src/PageController.php"
]
},
"extra": { "extra": {
"project-files": [ "project-files": [
"app/_config/*", "app/_config/*",