mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
cleanup check
This commit is contained in:
8
app/Models/Avp.php
Normal file
8
app/Models/Avp.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class Avp extends NexusModel
|
||||
{
|
||||
|
||||
}
|
||||
@@ -218,7 +218,7 @@ class User extends Authenticatable implements FilamentUser, HasName
|
||||
'leechwarnuntil' => 'datetime',
|
||||
];
|
||||
|
||||
public static $commonFields = [
|
||||
public static array $commonFields = [
|
||||
'id', 'username', 'email', 'class', 'status', 'added', 'avatar', 'passkey',
|
||||
'uploaded', 'downloaded', 'seedbonus', 'seedtime', 'leechtime',
|
||||
'invited_by', 'enabled', 'seed_points', 'last_access', 'invites',
|
||||
|
||||
Reference in New Issue
Block a user