data = $asset; $this->pcextra = json_encode(unserialize($asset->pcextra)); } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { return new Channel('asset.'.$this->data->pcid); } }