From a26a672262aa69006334f9d5730b46adeb7574a5 Mon Sep 17 00:00:00 2001 From: overtrue Date: Wed, 18 Sep 2024 17:27:12 +0800 Subject: [PATCH] --amend --- src/CosAdapter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CosAdapter.php b/src/CosAdapter.php index 4d6a814..cd8f4d6 100644 --- a/src/CosAdapter.php +++ b/src/CosAdapter.php @@ -21,7 +21,6 @@ use League\Flysystem\Visibility; use Overtrue\CosClient\BucketClient; use Overtrue\CosClient\Exceptions\ClientException; -use Overtrue\CosClient\Exceptions\InvalidConfigException; use Overtrue\CosClient\ObjectClient; use TheNorthMemory\Xml\Transformer;