From cee00f58e3a472c09db5b4c9fd05c618c927f896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 3 Dec 2021 15:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EventDispatch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EventDispatch.php b/src/EventDispatch.php index 9e86f80..e9fa851 100644 --- a/src/EventDispatch.php +++ b/src/EventDispatch.php @@ -2,8 +2,8 @@ namespace Kiri\Events; +use Kiri\Abstracts\Component; use Note\Inject; -use Kiri\Abstracts\BaseObject; use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\StoppableEventInterface; @@ -11,7 +11,7 @@ use Psr\EventDispatcher\StoppableEventInterface; /** * */ -class EventDispatch extends BaseObject implements EventDispatcherInterface +class EventDispatch extends Component implements EventDispatcherInterface { /**