改名
This commit is contained in:
@@ -197,13 +197,6 @@ abstract class BaseApplication extends Component
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
foreach ($config['events'] as $key => $value) {
|
foreach ($config['events'] as $key => $value) {
|
||||||
|
|
||||||
|
|
||||||
var_dump($key);
|
|
||||||
if ($key == OnBeforeCommandExecute::class){
|
|
||||||
var_dump($value);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (is_string($value)) {
|
if (is_string($value)) {
|
||||||
$value = Kiri::createObject($value);
|
$value = Kiri::createObject($value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user