Commit 8583de70 by Alexander Makarov

Removed unnecessary call

parent 54e1abaa
......@@ -141,7 +141,6 @@ abstract class Application extends Module
Component::__construct($config);
$this->preloadComponents();
if ($this->controllerNamespace === null) {
$this->controllerNamespace = 'app\\controllers';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment