]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/User.php
add user-sync discord command
[alttp.git] / app / Models / User.php
index 8373b5d236c134a5cd0f2fc8127505e0dfb53966..879624a2072f58186e66ad107a604fd23e9f0d9f 100644 (file)
@@ -215,6 +215,7 @@ class User extends Authenticatable
                'discriminator' => 'string',
                'email' => 'string',
                'avatar' => 'string',
+               'avatar_cached' => 'boolean',
                'verified' => 'boolean',
                'locale' => 'string',
                'mfa_enabled' => 'boolean',