Commit 95532377 by Alexander Mohorev

No need to return from __construct

parent fe546cd2
...@@ -153,7 +153,7 @@ class ActiveField extends \yii\widgets\ActiveField ...@@ -153,7 +153,7 @@ class ActiveField extends \yii\widgets\ActiveField
{ {
$layoutConfig = $this->createLayoutConfig($config); $layoutConfig = $this->createLayoutConfig($config);
$config = ArrayHelper::merge($layoutConfig, $config); $config = ArrayHelper::merge($layoutConfig, $config);
return parent::__construct($config); parent::__construct($config);
} }
/** /**
......
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