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