Capitalize file name in composer fix

This commit is contained in:
Matthew Shillam 2018-10-22 03:18:18 +01:00
parent c21eb99e4d
commit 4b08f92891
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"App\\": "app/" "App\\": "app/"
}, },
"files": [ "files": [
"app/helpers.php" "app/Helpers.php"
] ]
}, },
"autoload-dev": { "autoload-dev": {