Skip to content

Commit

Permalink
chore: include helpers.php in autoload configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Demir committed Aug 1, 2023
1 parent 3c2ee39 commit bc276d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"psr-4": {
"Hsndmr\\CappadociaViewer\\": "src/",
"Hsndmr\\CappadociaViewer\\Database\\Factories\\": "database/factories/"
}
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit bc276d7

Please sign in to comment.