From ebbee7a5f078f3adb090fab0fd2debf4521e5326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 30 Nov 2021 07:56:06 +0000 Subject: [PATCH] update src/EventDispatch.php. --- src/EventDispatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventDispatch.php b/src/EventDispatch.php index cc5d014..9e86f80 100644 --- a/src/EventDispatch.php +++ b/src/EventDispatch.php @@ -2,7 +2,7 @@ namespace Kiri\Events; -use Annotation\Inject; +use Note\Inject; use Kiri\Abstracts\BaseObject; use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\StoppableEventInterface;