Skip to content

Commit

Permalink
Fix: PSR-4 Autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Körner authored Sep 25, 2017
1 parent 5bb05b0 commit 87bdc3c
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 @@ -18,6 +18,6 @@
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": { "Checkdomain\\TeleCash": "lib/" }
"psr-4": { "Checkdomain\\TeleCash\\": "lib/" }
}
}

0 comments on commit 87bdc3c

Please sign in to comment.