@@ -172,7 +172,7 @@ |
||
172 | 172 | if ($i >= static::MAX_ALTERNATIVE_CONTACTS) { |
173 | 173 | $this->addError($attribute, Yii::t('app', 'Maximum alternative phone numbers limit ({0}) reached for {1}', [static::MAX_ALTERNATIVE_CONTACTS, $this->phone_number])); |
174 | 174 | } |
175 | - $this->validatePhoneNumber($attribute, $item); |
|
175 | + $this->validatePhoneNumber($attribute, $item); |
|
176 | 176 | } |
177 | 177 | } |
178 | 178 | $this->alternative_phone_numbers = yii\helpers\Json::encode($cleanItems); |