Skip to content

Commit

Permalink
Bugfix. close #29
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Feb 15, 2022
1 parent 9a7d503 commit 5d17256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ sftp-config.json
composer.lock
.subsplit
.php_cs.cache
.idea
.idea
.php-cs-fixer.cache
1 change: 1 addition & 0 deletions src/QiniuStorageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Illuminate\Support\ServiceProvider;
use League\Flysystem\Config;
use League\Flysystem\Filesystem;
use Overtrue\Flysystem\Qiniu\QiniuAdapter;

class QiniuStorageServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 5d17256

Please sign in to comment.