]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Channel.php
chat bot protocol ui
[alttp.git] / app / Models / Channel.php
index 46155cda710d1c5d0de970a692d84a8fce889924..8af6a7d43e201e191651a4ab9b28fc7c11642ec5 100644 (file)
@@ -240,6 +240,10 @@ class Channel extends Model {
                return Arr::join($entries, ', ', ' and ');
        }
 
+       public function chat_bot_logs() {
+               return $this->hasMany(ChatBotLog::class);
+       }
+
        public function crews() {
                return $this->hasMany(ChannelCrew::class);
        }