diff --git a/framework/yii/base/Application.php b/framework/yii/base/Application.php index 11abfd68cc..5de7969f32 100644 --- a/framework/yii/base/Application.php +++ b/framework/yii/base/Application.php @@ -141,7 +141,6 @@ abstract class Application extends Module Component::__construct($config); - $this->preloadComponents(); if ($this->controllerNamespace === null) { $this->controllerNamespace = 'app\\controllers'; }