cleanup check

This commit is contained in:
xiaomlove
2024-03-23 04:51:59 +08:00
parent 9f211df038
commit 287302df7f
17 changed files with 207 additions and 9 deletions

8
app/Models/Avp.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace App\Models;
class Avp extends NexusModel
{
}

View File

@@ -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',