]> git.localhorst.tv Git - alttp.git/blobdiff - app/Events/RoundChanged.php
public tournament page
[alttp.git] / app / Events / RoundChanged.php
index 91d641bc0fb1b5f6cb9b83dbc3a01a2409c69293..a4df19961938f870b2c117821cf2764c6c9845c5 100644 (file)
@@ -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;