2016-11-14 5 views

答えて

0

私はresolusionが見つかりました:

public function rules() 
    { 
     return [ 
['password_new', 'in', 'range' => [$this->password_current], 'not' => true, 'message'=>"new password equals with old one"] 
]; 
    } 
関連する問題