This commit is contained in:
2021-11-04 17:37:38 +08:00
parent 320a01d822
commit 13877c6d58
@@ -199,6 +199,8 @@ abstract class BaseApplication extends Component
if (is_string($value)) { if (is_string($value)) {
$value = Kiri::createObject($value); $value = Kiri::createObject($value);
} }
var_dump($key, $value);
$this->addEvent($key, $value); $this->addEvent($key, $value);
} }
} }