]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/User.php
twitch bot dummy
[alttp.git] / app / Models / User.php
index 201361e68534eb869f94a1c3e50dc61140552a6b..ad5215f064acc5407b2d1bc48664c549c3e41fbb 100644 (file)
@@ -115,6 +115,10 @@ class User extends Authenticatable
        }
 
 
+       public function channel_crews() {
+               return $this->hasMany(ChannelCrew::class);
+       }
+
        public function participation() {
                return $this->hasMany(Participant::class);
        }