From 3e201bdbddeb08f8af726a589c23cd65db469989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 12 Dec 2022 17:31:11 +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 --- Abstracts/BaseProcess.php | 4 +--- Abstracts/DoWhile.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Abstracts/BaseProcess.php b/Abstracts/BaseProcess.php index 3e8676c..06326e6 100644 --- a/Abstracts/BaseProcess.php +++ b/Abstracts/BaseProcess.php @@ -3,11 +3,9 @@ namespace Kiri\Server\Abstracts; -use Kiri\Context; -use Kiri\Server\Broadcast\OnBroadcastInterface; +use Kiri\Di\Context; use Kiri\Server\Contract\OnProcessInterface; use Swoole\Coroutine; -use Swoole\Process; /** * diff --git a/Abstracts/DoWhile.php b/Abstracts/DoWhile.php index 6f0a33c..243fc44 100644 --- a/Abstracts/DoWhile.php +++ b/Abstracts/DoWhile.php @@ -2,7 +2,7 @@ namespace Kiri\Server\Abstracts; -use Kiri\Context; +use Kiri\Di\Context; class DoWhile {