mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
release version 2.0.9
This commit is contained in:
@ -158,7 +158,7 @@ class UniqueValidator extends Validator
|
||||
* Builds and adds [[comboNotUnique]] error message to the specified model attribute.
|
||||
* @param \yii\base\Model $model the data model.
|
||||
* @param string $attribute the name of the attribute.
|
||||
*/
|
||||
*/
|
||||
private function addComboNotUniqueError($model, $attribute)
|
||||
{
|
||||
$attributeCombo = [];
|
||||
|
||||
Reference in New Issue
Block a user