add_balance
This commit is contained in:
4
common/models/UseField.php
Normal file → Executable file
4
common/models/UseField.php
Normal file → Executable file
@ -21,6 +21,7 @@ class UseField extends \yii\db\ActiveRecord
|
||||
const USE_PROFILE = 0;
|
||||
const USE_PROJECT = 1;
|
||||
const USE_COMPANY = 2;
|
||||
const USE_BALANCE = 3;
|
||||
|
||||
|
||||
/**
|
||||
@ -68,7 +69,8 @@ class UseField extends \yii\db\ActiveRecord
|
||||
return [
|
||||
self::USE_PROFILE => 'Профиль',
|
||||
self::USE_PROJECT => 'Проект',
|
||||
self::USE_COMPANY => 'Компания'
|
||||
self::USE_COMPANY => 'Компания',
|
||||
self::USE_BALANCE => 'Баланс'
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user