[mod] Falling back to requiere

The namespace autoload was removed for the application to fix the error loading pdo
This commit is contained in:
2018-08-05 03:55:55 -06:00
parent 8b09f75d3a
commit 52a77c9029
4 changed files with 4 additions and 5 deletions

View File

@@ -27,8 +27,7 @@
},
"autoload": {
"psr-4": {
"App\\Service\\": "src/service",
"App\\Application\\": "src/application"
"App\\Service\\": "src/service"
}
},
"config": {