Skip to content

Commit 5d17256

Browse files
committed
Bugfix. close #29
1 parent 9a7d503 commit 5d17256

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ sftp-config.json
55
composer.lock
66
.subsplit
77
.php_cs.cache
8-
.idea
8+
.idea
9+
.php-cs-fixer.cache

src/QiniuStorageServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Support\ServiceProvider;
66
use League\Flysystem\Config;
77
use League\Flysystem\Filesystem;
8+
use Overtrue\Flysystem\Qiniu\QiniuAdapter;
89

910
class QiniuStorageServiceProvider extends ServiceProvider
1011
{

0 commit comments

Comments
 (0)