Skip to content

Commit

Permalink
fix: minor fix on path package limitation (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas authored Nov 9, 2024
1 parent 5fd9e5c commit 249d5a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
},
"autoload": {
"psr-4": {
"Lwwcas\\LaravelCountries\\": "src/"
"Lwwcas\\LaravelCountries\\": "src/",
"Lwwcas\\LaravelCountries\\Config\\": "src/config/",
"Lwwcas\\LaravelCountries\\Database\\migrations\\": "src/database/migrations/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 249d5a6

Please sign in to comment.