Commit 3b92b3deb0eb975e85ed9bb51982d151348d75e7

Authored by Administrator
2 parents b755b2cd bb94410b

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
common/models/UserInfo.php
... ... @@ -97,8 +97,6 @@ class UserInfo extends \yii\db\ActiveRecord
97 97 'prepayment' => Yii::t('app', 'Prepayment'),
98 98 'about' => Yii::t('app', 'About'),
99 99 'type' => Yii::t('app', 'Is Default'),
100   - 'firstname' => 'Имя',
101   - 'lastname' => 'Фамилия',
102 100 'alt_location' => 'Город не в списке',
103 101 'is_customer' => '',
104 102 'is_freelancer' => '',
... ...