]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/User.php
periodically sync avatars
[alttp.git] / app / Models / User.php
index 879624a2072f58186e66ad107a604fd23e9f0d9f..fb21113b39497f7f9a68f4fd81d837d755386cb3 100644 (file)
@@ -215,7 +215,7 @@ class User extends Authenticatable
                'discriminator' => 'string',
                'email' => 'string',
                'avatar' => 'string',
-               'avatar_cached' => 'boolean',
+               'avatar_cached' => 'datetime',
                'verified' => 'boolean',
                'locale' => 'string',
                'mfa_enabled' => 'boolean',