add_balance
This commit is contained in:
4
common/models/UseStatus.php
Normal file → Executable file
4
common/models/UseStatus.php
Normal file → Executable file
@ -21,6 +21,7 @@ class UseStatus extends \yii\db\ActiveRecord
|
||||
const USE_PROFILE = 0;
|
||||
const USE_PROJECT = 1;
|
||||
const USE_COMPANY = 2;
|
||||
const USE_BALANCE = 3;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
@ -67,7 +68,8 @@ class UseStatus 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