throw new ImageUploadException(trans('errors.image_upload_replace_type'));
}
+ $image->refresh();
$image->updated_by = user()->id;
+ $image->touch();
$image->save();
$this->imageService->replaceExistingFromUpload($image->path, $image->type, $file);
$this->loadThumbs($image, true);