From 14574e7a6ccb5b722189aaddc60232bdc4d75a46 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 12 Jun 2023 17:51:10 +0800 Subject: [PATCH] qqq --- ClientAbstracts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClientAbstracts.php b/ClientAbstracts.php index 25725af..49d8b7e 100644 --- a/ClientAbstracts.php +++ b/ClientAbstracts.php @@ -9,7 +9,7 @@ use Exception; use JetBrains\PhpStorm\Pure; use Kiri\Core\Help; use Kiri\Di\Context; -use Kiri\Message\Stream; +use Kiri\Router\Constrict\Stream; use Psr\Http\Message\StreamInterface; use Swoole\Coroutine\System;