Skip to content

Commit

Permalink
Fix error in composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
angelokezimana committed Jan 13, 2021
1 parent 0f9beea commit c71e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"autoload": {
"psr-4": {
"angelokezimana\\elephpant": "."
"angelokezimana\\elephpant\\": "."
}
},
"require": {
Expand Down

0 comments on commit c71e9dc

Please sign in to comment.