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