data = [ 'phone' => $phone, 'ip_count' => $ip, 'code' => $code, 'content' => $content, 'type' => $type, ]; } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { return new PrivateChannel('channel-name'); } }