Skip to content

Commit

Permalink
Merge pull request #8569 from kenjis/fix-composer-autoload-psr-4
Browse files Browse the repository at this point in the history
[4.5] fix: Composer autoload.psr4
  • Loading branch information
kenjis authored Mar 25, 2024
2 parents fb4a1f5 + 563f5da commit 8c91b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
},
"autoload": {
"psr-4": {
"CodeIgniter\\": "system/",
"Config\\": "app/Config/"
"CodeIgniter\\": "system/"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
Expand Down

0 comments on commit 8c91b0d

Please sign in to comment.