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;