project = $project; } /** * Execute the job. */ public function handle(): void { $this->project->newDownloadsUploaded(); } }