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