This commit is contained in:
2021-11-04 17:48:27 +08:00
parent 3771a8fb22
commit 7d2c2cf7ff
@@ -197,13 +197,6 @@ abstract class BaseApplication extends Component
return;
}
foreach ($config['events'] as $key => $value) {
var_dump($key);
if ($key == OnBeforeCommandExecute::class){
var_dump($value);
}
if (is_string($value)) {
$value = Kiri::createObject($value);
}