Skip to content

Commit 73c4f93

Browse files
author
Tobias Knab
committed
fix psr4 namespace
1 parent 40c7c61 commit 73c4f93

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
@@ -47,7 +47,7 @@
4747
},
4848
"autoload": {
4949
"psr-4" : {
50-
"TckImageResizer": "TckImageResizer/src/"
50+
"TckImageResizer\\": "TckImageResizer/src/"
5151
},
5252
"classmap": [
5353
"./Module.php"

0 commit comments

Comments
 (0)