From 4d51f6e5d62a4518d88c994f330fd43686623c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 14:10:33 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- AsyncClient.php | 2 +- CoroutineClient.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AsyncClient.php b/AsyncClient.php index ead9c67..4b31f6a 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -18,7 +18,7 @@ use Swoole\Client as SwowClient; /** * Class Client - * @package Kiri\Kiri\Http + * @package Kiri\Http */ class AsyncClient extends ClientAbstracts { diff --git a/CoroutineClient.php b/CoroutineClient.php index 83402ef..0949a29 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -12,12 +12,12 @@ namespace Kiri; use Exception; use JetBrains\PhpStorm\Pure; use Kiri\Abstracts\Logger; -use Kiri\Kiri; +use Kiri; use Swoole\Coroutine\Http\Client as SwowClient; /** * Class Client - * @package Kiri\Kiri\Http + * @package Kiri\Http */ class CoroutineClient extends ClientAbstracts {