mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add user ban log from cleanup.php
This commit is contained in:
@@ -6,4 +6,5 @@ class UserBanLog extends NexusModel
|
||||
{
|
||||
protected $table = 'user_ban_logs';
|
||||
|
||||
protected $fillable = ['uid', 'username', 'operator', 'reason'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user