fix a bug

This commit is contained in:
Wisp X
2022-03-13 13:17:36 +08:00
parent e9e2a1eb0e
commit f2089c96ca
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -58,6 +58,7 @@ use Overtrue\Flysystem\Qiniu\QiniuAdapter;
use Sabre\DAV\Client;
use WispX\Flysystem\Upyun\UpyunAdapter;
use Zing\Flysystem\Oss\OssAdapter;
use OSS\OssClient;
class ImageService
{
Generated
+6 -6
View File
@@ -2680,16 +2680,16 @@
},
{
"name": "league/flysystem",
"version": "3.0.11",
a "version": "3.0.12",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "1ca148713c23cadeb9d7526973f81fb4a04090a3"
"reference": "4744d96fb2456d9808be3ad596a2520b902996e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1ca148713c23cadeb9d7526973f81fb4a04090a3",
"reference": "1ca148713c23cadeb9d7526973f81fb4a04090a3",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4744d96fb2456d9808be3ad596a2520b902996e2",
"reference": "4744d96fb2456d9808be3ad596a2520b902996e2",
"shasum": ""
},
"require": {
@@ -2750,7 +2750,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.0.11"
"source": "https://github.com/thephpleague/flysystem/tree/3.0.12"
},
"funding": [
{
@@ -2766,7 +2766,7 @@
"type": "tidelift"
}
],
"time": "2022-03-04T16:40:17+00:00"
"time": "2022-03-12T19:32:12+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",