add frontend changes
This commit is contained in:
@@ -38,5 +38,13 @@ class AccountSelect extends Model
|
||||
Account::writeDefault($account);
|
||||
return true;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
public function attributeLabels(){
|
||||
return [
|
||||
'id_account' =>Yii::t('frontend/account', 'Account')
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user