application = $application; } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { return new Channel('Tournament.'.$this->application->tournament_id); } public $application; }