Fix broken namespace for autoloader

This commit is contained in:
Dane Everitt 2018-08-31 20:34:57 -07:00
parent 25454a98b8
commit f3efe546da
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 3 additions and 3 deletions

View file

@ -85,6 +85,6 @@
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": false
}
}