@@ -762,7 +762,7 @@ |
||
| 762 | 762 | protected function createProductImage($row, Product $Product, $data, $headerByKey) |
| 763 | 763 | { |
| 764 | 764 | if (!isset($row[$headerByKey['product_image']])) { |
| 765 | - return; |
|
| 765 | + return; |
|
| 766 | 766 | } |
| 767 | 767 | if (StringUtil::isNotBlank($row[$headerByKey['product_image']])) { |
| 768 | 768 | // 画像の削除 |