mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
Code style fixes
This commit is contained in:
@@ -723,7 +723,7 @@ class Module extends ServiceLocator
|
||||
if (!isset($this->module)) {
|
||||
return parent::get($id, $throwException);
|
||||
}
|
||||
|
||||
|
||||
$component = parent::get($id, false);
|
||||
if ($component === null) {
|
||||
$component = $this->module->get($id, $throwException);
|
||||
|
||||
Reference in New Issue
Block a user