[add] Applications added to auto load

This commit is contained in:
2018-08-05 20:11:33 -06:00
parent 816b1e356a
commit 1a4440a99f
4 changed files with 12 additions and 11 deletions

View File

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