@@ -651,7 +651,7 @@ |
||
651 | 651 | |
652 | 652 | /** @var ImageInterface $productImage */ |
653 | 653 | $productImage = $this->productImageFactory->createNew(); |
654 | - $productImage->setFile(new UploadedFile($filesPath.$imagePath, basename($imagePath))); |
|
654 | + $productImage->setFile(new UploadedFile($filesPath . $imagePath, basename($imagePath))); |
|
655 | 655 | $productImage->setType($imageType); |
656 | 656 | $this->imageUploader->upload($productImage); |
657 | 657 |