Autoload the helpers file

This commit is contained in:
Nabeel Shahzad 2017-12-11 22:27:59 -06:00
parent 93d4ed617c
commit 1b4137c4a5

View File

@ -63,6 +63,9 @@
"classmap": [
"database"
],
"files": [
"app/helpers.php"
],
"psr-4": {
"App\\": "app/",
"Modules\\": "modules/"