From 8d5f13999ff5d5efaeb4962f682e302e3270ca0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 26 Oct 2021 10:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Client.php | 2 +- src/ClientAbstracts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Client.php b/src/Client.php index b736e35..cf38966 100644 --- a/src/Client.php +++ b/src/Client.php @@ -2,7 +2,7 @@ namespace Http\Client; -use Http\Handler\Context; +use Kiri\Context; /** diff --git a/src/ClientAbstracts.php b/src/ClientAbstracts.php index 2265b0e..24c4732 100644 --- a/src/ClientAbstracts.php +++ b/src/ClientAbstracts.php @@ -5,7 +5,7 @@ namespace Http\Client; use Closure; -use Http\Handler\Context; +use Kiri\Context; use Http\Message\Stream; use JetBrains\PhpStorm\Pure; use Kiri\Core\Help;