From 34bae8fc44593e31d41955546c05f59320a43a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 17 Oct 2023 21:19:09 +0800 Subject: [PATCH] eee --- EventDispatch.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/EventDispatch.php b/EventDispatch.php index 389bc54..53dc99d 100644 --- a/EventDispatch.php +++ b/EventDispatch.php @@ -3,14 +3,10 @@ declare(strict_types=1); namespace Kiri\Events; -use Exception; use Kiri; use Kiri\Abstracts\Component; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\StoppableEventInterface; -use ReflectionException; use SplPriorityQueue;