mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
get_username() support in laravel
This commit is contained in:
@@ -16,4 +16,13 @@ return [
|
||||
'invites' => '邀请',
|
||||
'attendance_card' => '补签卡',
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => '贵宾',
|
||||
\App\Models\User::CLASS_RETIREE => '养老族',
|
||||
\App\Models\User::CLASS_UPLOADER => '发布员',
|
||||
\App\Models\User::CLASS_MODERATOR => '总版主',
|
||||
\App\Models\User::CLASS_ADMINISTRATOR => '管理员',
|
||||
\App\Models\User::CLASS_SYSOP => '维护开发员',
|
||||
\App\Models\User::CLASS_STAFF_LEADER => '主管',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user