Skip to content

Commit bbbfb2d

Browse files
committed
fixed autoload problem
1 parent 99ae5bd commit bbbfb2d

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
@@ -8,7 +8,7 @@
88
},
99
"autoload": {
1010
"psr-4": {
11-
"PhpMonsters\\LaravelPostalDriver\\": "src/"
11+
"PhpMonsters\\LaravelPostalDriver\\": "PhpMonsters/LaravelPostalDriver/src/"
1212
}
1313
},
1414
"extra": {

0 commit comments

Comments
 (0)