physical delete acount write to ban log

This commit is contained in:
xiaomlove
2022-10-23 18:26:03 +08:00
parent 0486a316fe
commit 8016f2b6de
9 changed files with 44 additions and 14 deletions

View File

@@ -27,4 +27,6 @@ return [
\App\Models\User::CLASS_STAFF_LEADER => '主管',
],
'change_username_lte_min_interval' => '上次修改時間::last_change_time未滿足最小間隔:interval 天',
'destroy_by_admin' => '被管理員物理刪除',
'disable_by_admin' => '被管理员封禁',
];