include Helpers.php to autoload

This commit is contained in:
Matthew Shillam 2018-10-22 03:01:15 +01:00
parent 04f7d42259
commit 5d49125b7d
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@
],
"psr-4": {
"App\\": "app/"
}
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"psr-4": {