Moved onEnter event
This commit is contained in:
parent
75c624520d
commit
fdd1814875
@ -113,8 +113,8 @@ class Shell
|
||||
}
|
||||
$context->setShell($this);
|
||||
$this->context = $context;
|
||||
$context->onEnter();
|
||||
$this->dispatchEvent(self::EVT_CONTEXT_CHANGED);
|
||||
$context->onEnter();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user