Move helpers.php out of Http namespace

This commit is contained in:
James Brooks
2016-06-17 09:16:23 +01:00
parent f1e2c1ef68
commit bf749c54ee
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
"database"
],
"files": [
"app/Http/helpers.php"
"app/helpers.php"
],
"psr-4": {
"CachetHQ\\Cachet\\": "app/"