X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FParticipant.php;h=6e8abbe2ea40d5b99ea5c1d91723e68417f28ef1;hb=07a88747f8a252b41b739185fcb68bdee3a60f9a;hp=38ecfdadf458a413ce71043a22ff69cb9a655ca1;hpb=cd36cb0ba2718e6bfa08765e7702d57dfe7fd733;p=alttp.git diff --git a/app/Models/Participant.php b/app/Models/Participant.php index 38ecfda..6e8abbe 100644 --- a/app/Models/Participant.php +++ b/app/Models/Participant.php @@ -106,6 +106,7 @@ class Participant extends Model protected $casts = [ 'roles' => 'array', + 'user_id' => 'string', ]; protected $fillable = [