From 227aad29102e3031ed247d06eab9cb2e09de0938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 10 Jan 2022 11:39:56 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- Connection.php | 4 ++-- DatabasesProviders.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Connection.php b/Connection.php index aa38568..6ef8ada 100644 --- a/Connection.php +++ b/Connection.php @@ -24,8 +24,8 @@ use Kiri\Exception\NotFindClassException; use Kiri\Kiri; use Kiri\Annotation\Inject; use ReflectionException; -use Server\Events\OnWorkerExit; -use Server\Events\OnWorkerStop; +use Kiri\Server\Events\OnWorkerExit; +use Kiri\Server\Events\OnWorkerStop; /** * Class Connection diff --git a/DatabasesProviders.php b/DatabasesProviders.php index 40ea5a7..de78932 100644 --- a/DatabasesProviders.php +++ b/DatabasesProviders.php @@ -10,7 +10,7 @@ use Kiri\Abstracts\Providers; use Kiri\Application; use Kiri\Exception\ConfigException; use Kiri\Kiri; -use Server\Events\OnWorkerStart; +use Kiri\Server\Events\OnWorkerStart; /** * Class DatabasesProviders