reverted commit about aliases in debug and gii module

not needed when installed via composer and application config loads
composer extensions correctly
This commit is contained in:
Carsten Brandt
2013-11-05 14:11:42 +01:00
parent f6ba1f0082
commit bca3e95c86
2 changed files with 0 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ class Module extends \yii\base\Module
public function init()
{
Yii::setAlias('@yii/debug', __DIR__);
parent::init();
$this->dataPath = Yii::getAlias($this->dataPath);
$this->logTarget = Yii::$app->getLog()->targets['debug'] = new LogTarget($this);