From f22a2a70b6b0bd9ca8c4d26c001db9d25bbeb408 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 12 Dec 2023 10:56:44 +0800 Subject: [PATCH] eee --- EventDispatch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/EventDispatch.php b/EventDispatch.php index 53dc99d..adae268 100644 --- a/EventDispatch.php +++ b/EventDispatch.php @@ -3,7 +3,6 @@ declare(strict_types=1); namespace Kiri\Events; -use Kiri; use Kiri\Abstracts\Component; use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\StoppableEventInterface;