mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 01:07:45 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user