X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FEvents%2FResultReported.php;fp=app%2FEvents%2FResultReported.php;h=0000000000000000000000000000000000000000;hb=d32516335ea2534e15256c948e9c38d3de40794b;hp=61ec98bae699751500489b772e6ce037629466c5;hpb=2b3d5b3d98705cda41a7218d7133234b227e87b6;p=alttp.git diff --git a/app/Events/ResultReported.php b/app/Events/ResultReported.php deleted file mode 100644 index 61ec98b..0000000 --- a/app/Events/ResultReported.php +++ /dev/null @@ -1,40 +0,0 @@ -result = $result; - } - - /** - * Get the channels the event should broadcast on. - * - * @return \Illuminate\Broadcasting\Channel|array - */ - public function broadcastOn() - { - return new Channel('Tournament.'.$this->result->round->tournament_id); - } - - public $result; - -}