diff --git a/src/Jobs/HandleProductsImportFile.php b/src/Jobs/HandleProductsImportFile.php index f6a2d8f..0c1bce8 100644 --- a/src/Jobs/HandleProductsImportFile.php +++ b/src/Jobs/HandleProductsImportFile.php @@ -144,8 +144,8 @@ protected function handleImportRecord($record) $this->handleProductImages($record, $productModel); -// if ($productData['type'] === 'variable') { -// } + // if ($productData['type'] === 'variable') { + // } } /**