]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Participant.php
exclude 0 scores from leaderboard calculation
[alttp.git] / app / Models / Participant.php
index 38ecfdadf458a413ce71043a22ff69cb9a655ca1..6e8abbe2ea40d5b99ea5c1d91723e68417f28ef1 100644 (file)
@@ -106,6 +106,7 @@ class Participant extends Model
 
        protected $casts = [
                'roles' => 'array',
+               'user_id' => 'string',
        ];
 
        protected $fillable = [