X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FModels%2FChannelCrew.php;h=0f78eb0a8edc109a0e7f61df2ec6921da0cedd0c;hb=a45390fd150b79014088b343591dc701dfe89c13;hp=23c758efd64dd2673de3fea387e23436205c948b;hpb=638802eaf20d636c16d7ce337ace508708705f2c;p=alttp.git diff --git a/app/Models/ChannelCrew.php b/app/Models/ChannelCrew.php index 23c758e..0f78eb0 100644 --- a/app/Models/ChannelCrew.php +++ b/app/Models/ChannelCrew.php @@ -17,4 +17,8 @@ class ChannelCrew extends Model return $this->belongsTo(User::class); } + protected $casts = [ + 'user_id' => 'string', + ]; + }