Removed unnecessary call

This commit is contained in:
Alexander Makarov
2013-10-19 02:23:05 +04:00
parent 54e1abaa7b
commit 8583de701d

View File

@ -141,7 +141,6 @@ abstract class Application extends Module
Component::__construct($config);
$this->preloadComponents();
if ($this->controllerNamespace === null) {
$this->controllerNamespace = 'app\\controllers';
}