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