X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FEvents%2FRoundAdded.php;h=0ea566124803b4a506135db18431ba8dd608d5bf;hb=c9490fbe2305cbe6e6c7ebe125461d95f008c7fe;hp=a1b8787c6b9857e9dbadf6af33066859af88bd5d;hpb=21cc6fddc58d14a635cafa0add99a39fdbca0e9a;p=alttp.git diff --git a/app/Events/RoundAdded.php b/app/Events/RoundAdded.php index a1b8787..0ea5661 100644 --- a/app/Events/RoundAdded.php +++ b/app/Events/RoundAdded.php @@ -32,7 +32,7 @@ class RoundAdded implements ShouldBroadcast */ public function broadcastOn() { - return new PrivateChannel('Tournament.'.$this->round->tournament_id); + return new Channel('Tournament.'.$this->round->tournament_id); } public $round;