projectDownload = $projectDownload; } /** * Get the channels the event should broadcast on. * */ public function broadcastOn(): array { return [new PrivateChannel('download.'.$this->projectDownload->id)]; } }