Skip to content

Commit 87bdc3c

Browse files
author
Florian Körner
authored
Fix: PSR-4 Autoload
1 parent 5bb05b0 commit 87bdc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"phpunit/phpunit": "~4.0"
1919
},
2020
"autoload": {
21-
"psr-4": { "Checkdomain\\TeleCash": "lib/" }
21+
"psr-4": { "Checkdomain\\TeleCash\\": "lib/" }
2222
}
2323
}

0 commit comments

Comments
 (0)