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