click->workspace_id}.analytics"); } public function broadcastAs(): string { return 'click.recorded'; } public function broadcastWith(): array { return [ 'link_id' => $this->click->link_id, 'country' => $this->click->country, 'device' => $this->click->device, 'clicked_at' => $this->click->clicked_at?->toISOString(), ]; } }