Skip to content

Commit d4e72f0

Browse files
committed
Auto discovery.
1 parent 4c6ba50 commit d4e72f0

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
@@ -17,5 +17,12 @@
1717
"email": "i@overtrue.me"
1818
}
1919
],
20-
"license": "MIT"
20+
"license": "MIT",
21+
"extra": {
22+
"laravel": {
23+
"providers": [
24+
"Overtrue\\LaravelFilesystem\\Qiniu\\QiniuStorageServiceProvider"
25+
]
26+
}
27+
}
2128
}

0 commit comments

Comments
 (0)