]> git.localhorst.tv Git - alttp.git/blobdiff - app/Events/ResultReported.php
fix big key size
[alttp.git] / app / Events / ResultReported.php
index 2a3eeb011539b7c0b58734b290a297a911c66427..61ec98bae699751500489b772e6ce037629466c5 100644 (file)
@@ -32,7 +32,7 @@ class ResultReported implements ShouldBroadcast
         */
        public function broadcastOn()
        {
-               return new PrivateChannel('Tournament.'.$this->result->round->tournament_id);
+               return new Channel('Tournament.'.$this->result->round->tournament_id);
        }
 
        public $result;