mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #230 from creative-commoners/pulls/4/remove-classmap
FIX Remove incorrect classmap for Page and PageController
This commit is contained in:
commit
d178ebdb9e
@ -11,12 +11,6 @@
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"app/src/Page.php",
|
||||
"app/src/PageController.php"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"project-files": [
|
||||
"app/_config/*",
|
||||
|
Loading…
Reference in New Issue
Block a user