From df7b50563f7174cdf4f3fbffb6098306b96e5f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 14:10:33 +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 --- EventDispatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventDispatch.php b/EventDispatch.php index 49ec2cb..d20c4b5 100644 --- a/EventDispatch.php +++ b/EventDispatch.php @@ -3,7 +3,7 @@ namespace Kiri\Events; use Kiri\Abstracts\Component; -use Kiri\Kiri; +use Kiri; use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\StoppableEventInterface;