X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=app%2FModels%2FChannel.php;h=255b52cef3537ceecfb14ac8a354b5f37af81fee;hb=85879ea0c27ce6506919e2c083a139c470c0952c;hp=025bb34151cdd9ab56fa32b59c6f89412fd05616;hpb=e8eb106aa5adab6dd992390cb3836589e4163e72;p=alttp.git diff --git a/app/Models/Channel.php b/app/Models/Channel.php index 025bb34..255b52c 100644 --- a/app/Models/Channel.php +++ b/app/Models/Channel.php @@ -31,6 +31,7 @@ class Channel extends Model } protected $casts = [ + 'chat' => 'boolean', 'chat_commands' => 'array', 'languages' => 'array', 'join' => 'boolean',