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
parent 8c09f6f64d
commit 6739237477
4 changed files with 18 additions and 26 deletions
-3
View File
@@ -21,9 +21,6 @@
"phpunit/phpunit": "^8.5"
},
"autoload": {
"files": [
"app/helpers.php"
],
"classmap": [
"database/seeds",
"database/factories"