]> git.localhorst.tv Git - alttp.git/blobdiff - app/Events/ProtocolAdded.php
protocol frontend
[alttp.git] / app / Events / ProtocolAdded.php
index 3abcb8639b843dd73832b0738018d10e7ab266de..f72386e02a8cefb33a0134a4cd82a87b81bcd525 100644 (file)
@@ -33,7 +33,7 @@ class ProtocolAdded implements ShouldBroadcast
         */
        public function broadcastOn()
        {
-               return new PrivateChannel('Tournament.'.$this->protocol->tournament_id);
+               return new PrivateChannel('Protocol.'.$this->protocol->tournament_id);
        }
 
        public $protocol;