Skip to content

Commit bb94d71

Browse files
committed
Autoload classes in psr-4
1 parent 97abe9a commit bb94d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"illuminate/database": "6.*"
1616
},
1717
"autoload": {
18-
"psr-0": {
19-
"R64\\BatchNotifications": "src/"
18+
"psr-4": {
19+
"R64\\BatchNotifications\\": "src"
2020
}
2121
},
2222
"extra": {

0 commit comments

Comments
 (0)