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;