@@ -43,7 +43,7 @@ class ImageService
$smallWidth = $width;
$smallHeight = $height;
}
- $smallFullPathFile = $path . $middleName . '_small.' . '.jpg';
+ $smallFullPathFile = $path .'/'. $middleName . '_small.' . '.jpg';
Image::thumbnail($fullFileName, $smallWidth, $smallHeight)->save($smallFullPathFile, ['quality' => 100]);
return $fileName;