@@ -553,7 +553,7 @@ |
||
553 | 553 | |
554 | 554 | // 削除 |
555 | 555 | $fs = new Filesystem(); |
556 | - $fs->remove($this->eccubeConfig['eccube_save_image_dir'] . '/' . $basename); |
|
556 | + $fs->remove($this->eccubeConfig['eccube_save_image_dir'].'/'.$basename); |
|
557 | 557 | } |
558 | 558 | $this->entityManager->persist($Product); |
559 | 559 | $this->entityManager->flush(); |