X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FUser.php;h=879624a2072f58186e66ad107a604fd23e9f0d9f;hb=3b4f0e5744d150c273bc450268d5a78ac43b2384;hp=8373b5d236c134a5cd0f2fc8127505e0dfb53966;hpb=35d1ce20e64f3373d74816ed1bf9440b4213fa1a;p=alttp.git diff --git a/app/Models/User.php b/app/Models/User.php index 8373b5d..879624a 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -215,6 +215,7 @@ class User extends Authenticatable 'discriminator' => 'string', 'email' => 'string', 'avatar' => 'string', + 'avatar_cached' => 'boolean', 'verified' => 'boolean', 'locale' => 'string', 'mfa_enabled' => 'boolean',