X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FModels%2FParticipant.php;h=6e8abbe2ea40d5b99ea5c1d91723e68417f28ef1;hb=ce19008a82b0ef10dc906cfc59f77b5133d60373;hp=38ecfdadf458a413ce71043a22ff69cb9a655ca1;hpb=c5b15dc5518c627daa4f02f653ff900e4fe13db7;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 = [