From ba6d8540354ffb65883ad77e41e3c820acdc95d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 8 Jun 2022 14:44:55 +0800 Subject: [PATCH] modify plugin name --- Connection.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Connection.php b/Connection.php index 445f003..264c1de 100644 --- a/Connection.php +++ b/Connection.php @@ -24,9 +24,6 @@ use Kiri\Context; use Kiri\Events\EventProvider; use Kiri\Exception\NotFindClassException; use Kiri\Server\Events\OnWorkerExit; -use Kiri\Server\Events\OnWorkerStop; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use ReflectionException; /**