Commit 5c837c05 by Carsten Brandt

fixed console errorHandler class

parent 7511de6c
......@@ -187,7 +187,7 @@ class Application extends \yii\base\Application
return array_merge(parent::coreComponents(), [
'request' => ['class' => 'yii\console\Request'],
'response' => ['class' => 'yii\console\Response'],
'errorHandler' => ['class' => 'yii\web\ErrorHandler'],
'errorHandler' => ['class' => 'yii\console\ErrorHandler'],
]);
}
}
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