Skip to content

Commit 1a934f9

Browse files
committed
Enables autodiscovery
1 parent 5df01e3 commit 1a934f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,12 @@
2121
"psr-4": {
2222
"Tests\\": "tests/"
2323
}
24+
},
25+
"extra": {
26+
"laravel": {
27+
"providers": [
28+
"LaravelLatestRelation\\ServiceProvider"
29+
]
30+
}
2431
}
2532
}

0 commit comments

Comments
 (0)