batch = $batch; } public function sheets(): array { // Only import the first sheet (index 0) return [ 0 => new SalesImportSheet($this->batch), ]; } }