Skip to content

Commit 396aa6a

Browse files
authored
Merge pull request #2 from NtimYeboah/load-class-psr-4
Autoload classes in psr-4
2 parents 97abe9a + bb94d71 commit 396aa6a

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)