]> git.localhorst.tv Git - alttp.git/blobdiff - app/Events/RoundAdded.php
public tournament page
[alttp.git] / app / Events / RoundAdded.php
index a1b8787c6b9857e9dbadf6af33066859af88bd5d..0ea566124803b4a506135db18431ba8dd608d5bf 100644 (file)
@@ -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;