We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7d503 commit 5d17256Copy full SHA for 5d17256
.gitignore
@@ -5,4 +5,5 @@ sftp-config.json
5
composer.lock
6
.subsplit
7
.php_cs.cache
8
-.idea
+.idea
9
+.php-cs-fixer.cache
src/QiniuStorageServiceProvider.php
@@ -5,6 +5,7 @@
use Illuminate\Support\ServiceProvider;
use League\Flysystem\Config;
use League\Flysystem\Filesystem;
+use Overtrue\Flysystem\Qiniu\QiniuAdapter;
10
class QiniuStorageServiceProvider extends ServiceProvider
11
{
0 commit comments