@@ -136,7 +136,7 @@ |
||
| 136 | 136 | |
| 137 | 137 | /** @var ImageInterface $taxonImage */ |
| 138 | 138 | $taxonImage = $this->taxonImageFactory->createNew(); |
| 139 | - $taxonImage->setFile(new UploadedFile($filesPath.$imagePath, basename($imagePath))); |
|
| 139 | + $taxonImage->setFile(new UploadedFile($filesPath . $imagePath, basename($imagePath))); |
|
| 140 | 140 | $taxonImage->setType($imageType); |
| 141 | 141 | $this->imageUploader->upload($taxonImage); |
| 142 | 142 | |