]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Channel.php
add chat bot
[alttp.git] / app / Models / Channel.php
index 025bb34151cdd9ab56fa32b59c6f89412fd05616..255b52cef3537ceecfb14ac8a354b5f37af81fee 100644 (file)
@@ -31,6 +31,7 @@ class Channel extends Model
        }
 
        protected $casts = [
+               'chat' => 'boolean',
                'chat_commands' => 'array',
                'languages' => 'array',
                'join' => 'boolean',