Skip to content

Commit e33f57b

Browse files
committed
Try to fix PSR-4 namespacing
1 parent f137d19 commit e33f57b

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
@@ -36,7 +36,7 @@
3636
},
3737
"autoload": {
3838
"psr-4": {
39-
"RedFunction\\ErrorReporting\\": "src/"
39+
"RedFunction\\ErrorReporting\\": "src/RedFunction/ErrorReporting/"
4040
}
4141
},
4242
"autoload-dev": {

0 commit comments

Comments
 (0)