Skip to content

Commit 85bb37f

Browse files
committed
Auto discovery.
1 parent 7c10d79 commit 85bb37f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@
2525
"psr-4": {
2626
"Overtrue\\LaravelFollow\\Test\\": "tests"
2727
}
28-
}
28+
},
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"Overtrue\\LaravelFollow\\FollowServiceProvider"
33+
]
34+
}
35+
},
2936
}

0 commit comments

Comments
 (0)