Skip to content

Commit e337cd1

Browse files
committed
Fix bug in composer.json autoload
1 parent b01c89e commit e337cd1

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
@@ -9,7 +9,7 @@
99
"require": {},
1010
"autoload": {
1111
"psr-4": {
12-
"thecodeholic\\phpmvc": "."
12+
"thecodeholic\\phpmvc\\": "."
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)