Skip to content

Commit 3b7e358

Browse files
committed
refactor(app): move helpers.php to app/Support
- Renamed app/helpers.php to app/Support/helpers.php - Updated composer.json autoload path for helpers.php
1 parent f9ba18f commit 3b7e358

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"Database\\Seeders\\": "database/seeders/"
6868
},
6969
"files": [
70-
"app/helpers.php"
70+
"app/Support/helpers.php"
7171
]
7272
},
7373
"autoload-dev": {

0 commit comments

Comments
 (0)