Skip to content

Commit

Permalink
fixing composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
hbattat committed Oct 12, 2016
1 parent dd97f16 commit 26774d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"autoload": {
"psr-4": {
"hbattat\\VerifyEmail\\": "./src"
"hbattat\\": "./src"
}
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26774d1

Please sign in to comment.