Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix: composer psr-4 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Pontes committed Jul 23, 2020
1 parent 0335bed commit d80f425
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 @@ -19,7 +19,7 @@
},
"autoload": {
"psr-4": {
"LumenFormRequest\\Requests\\": "src/"
"LumenFormRequest\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit d80f425

Please sign in to comment.