From b1bc0ff23cb625046c8f5fdc25b41c52af5877cd 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 --- TraitTransporter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TraitTransporter.php b/TraitTransporter.php index 6f81b89..1be471a 100644 --- a/TraitTransporter.php +++ b/TraitTransporter.php @@ -5,8 +5,7 @@ namespace Kiri\Rpc; use Exception; use JetBrains\PhpStorm\ArrayShape; use Kiri\Annotation\Inject; -use Kiri\Context; -use Kiri\Core\Json; +use Kiri\Di\Context; use Swoole\Client; use Swoole\Coroutine;