@@ -550,7 +550,7 @@ |
||
550 | 550 | if (!$this->productImageRepository->findOneBy(['file_name' => $delete_image])) { |
551 | 551 | // 削除 |
552 | 552 | $fs = new Filesystem(); |
553 | - $fs->remove($this->eccubeConfig['eccube_save_image_dir'] . '/' . $delete_image); |
|
553 | + $fs->remove($this->eccubeConfig['eccube_save_image_dir'].'/'.$delete_image); |
|
554 | 554 | } |
555 | 555 | } |
556 | 556 | $this->entityManager->persist($Product); |