From 13fc812ae47710d4b66306eddbbf77372f74fed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 12 Dec 2022 17:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClientAbstracts.php | 1 + CoroutineClient.php | 1 + CurlClient.php | 1 + 3 files changed, 3 insertions(+) diff --git a/ClientAbstracts.php b/ClientAbstracts.php index d71c5ae..25725af 100644 --- a/ClientAbstracts.php +++ b/ClientAbstracts.php @@ -8,6 +8,7 @@ use Closure; use Exception; use JetBrains\PhpStorm\Pure; use Kiri\Core\Help; +use Kiri\Di\Context; use Kiri\Message\Stream; use Psr\Http\Message\StreamInterface; use Swoole\Coroutine\System; diff --git a/CoroutineClient.php b/CoroutineClient.php index 329a07b..0f53bec 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -12,6 +12,7 @@ namespace Kiri; use Exception; use Kiri; use Kiri\Abstracts\Logger; +use Kiri\Di\Context; use Psr\Log\LoggerInterface; use Swoole\Coroutine\Http\Client as SwowClient; diff --git a/CurlClient.php b/CurlClient.php index d2763ea..cefb828 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -6,6 +6,7 @@ namespace Kiri; use Exception; use JetBrains\PhpStorm\Pure; +use Kiri\Di\Context; /**