mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
9a407320ed
commit
a9e2af6863
@ -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/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user