Skip to content

Commit 8377803

Browse files
committed
Fix autoload
1 parent 2df7394 commit 8377803

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
@@ -20,12 +20,12 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"App\\": "app/"
23+
"Waterline\\": "app/"
2424
}
2525
},
2626
"autoload-dev": {
2727
"psr-4": {
28-
"Tests\\": "tests/"
28+
"Waterline\\Tests\\": "tests/"
2929
}
3030
},
3131
"extra": {

0 commit comments

Comments
 (0)