Fix helper implementation

Use class with static files instead of load it directly in composer json
This commit is contained in:
Afiq Hamzah
2023-11-27 09:49:52 +08:00
committed by Hafifie PKB
parent c6039c860a
commit 492e7c0a58
4 changed files with 18 additions and 26 deletions
-3
View File
@@ -17,9 +17,6 @@
"phpunit/phpunit": "^8.5"
},
"autoload": {
"files":[
"app/helpers.php"
],
"classmap": [
"database/seeds",
"database/factories"