design = $design; $this->company = $company; $this->event_vars = $event_vars; } /** * Get the channels the event should broadcast on. * * @return PrivateChannel */ public function broadcastOn() { return new PrivateChannel('channel-name'); } }