id = $id; $this->json = $json; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return new Channel('station-'.$this->id); } }