player = $player; } /** * Get the channels the event should be broadcast on. * * @return array */ public function broadcastOn() { return []; } }