Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-13 18:41:16 +08:00
parent 32f9ebc2a2
commit 7f6a0c01e0
+1 -1
View File
@@ -70,7 +70,7 @@ class Component implements Configure
*/ */
protected function getEventDispatch(): EventDispatch protected function getEventDispatch(): EventDispatch
{ {
return Kiri::getDi()->get(EventDispatch::class); return $this->getContainer()->get(EventDispatch::class);
} }
/** /**