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