Commit da16f508 by djagya

#2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive…

#2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive label of the attribute, which looks like `relatedMode.attribute`, from the related model
parent 44f5c731
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace yii\db; namespace yii\db;
use yii\base\Exception;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\base\Model; use yii\base\Model;
use yii\base\InvalidParamException; use yii\base\InvalidParamException;
......
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