mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
self enable
This commit is contained in:
@@ -8,6 +8,8 @@ class UserBanLog extends NexusModel
|
||||
|
||||
protected $fillable = ['uid', 'username', 'operator', 'reason'];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
public static function clearUserBanLogDuplicate()
|
||||
{
|
||||
$lists = UserBanLog::query()
|
||||
|
||||
Reference in New Issue
Block a user