Skip to content

Commit e29d8cc

Browse files
authored
Merge pull request #2 from nullthoughts/dev
Enable autodiscovery
2 parents 3185352 + 1a934f9 commit e29d8cc

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)