From d1c60633a98259f52f0d4a268301af78e755aa71 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 --- http-core/Message/ServerRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-core/Message/ServerRequest.php b/http-core/Message/ServerRequest.php index 46b7076a..7139b884 100644 --- a/http-core/Message/ServerRequest.php +++ b/http-core/Message/ServerRequest.php @@ -2,7 +2,7 @@ namespace Http\Message; -use Http\Handler\Context; +use Kiri\Context; use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Message\StreamInterface;