mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-23 04:00:23 +08:00
Removed unnecessary call
This commit is contained in:
@ -141,7 +141,6 @@ abstract class Application extends Module
|
|||||||
|
|
||||||
Component::__construct($config);
|
Component::__construct($config);
|
||||||
|
|
||||||
$this->preloadComponents();
|
|
||||||
if ($this->controllerNamespace === null) {
|
if ($this->controllerNamespace === null) {
|
||||||
$this->controllerNamespace = 'app\\controllers';
|
$this->controllerNamespace = 'app\\controllers';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user