From 3c3d0a4107f32e477411d6c0230f12fc5c4c8651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 18 Nov 2021 11:37:13 +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/RpcJsonp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RpcJsonp.php b/src/RpcJsonp.php index bc8bed5..8946ce9 100644 --- a/src/RpcJsonp.php +++ b/src/RpcJsonp.php @@ -14,9 +14,9 @@ use Kiri\Exception\ConfigException; use Kiri\Kiri; use Server\Events\OnBeforeShutdown; use Server\Events\OnStart; -use Server\SInterface\OnCloseInterface; -use Server\SInterface\OnConnectInterface; -use Server\SInterface\OnReceiveInterface; +use Server\Contract\OnCloseInterface; +use Server\Contract\OnConnectInterface; +use Server\Contract\OnReceiveInterface; use Swoole\Coroutine; use Swoole\Coroutine\Channel; use Swoole\Server;