We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 912ae9f + f5e9f66 commit 7dcbc28Copy full SHA for 7dcbc28
src/Traits/HelpersTrait.php
@@ -51,7 +51,6 @@ protected function saveImage($image, $path, $keepOriginal = false)
51
52
if ($image->getClientOriginalExtension() === 'svg') {
53
Storage::put('public/'.$storage_key, file_get_contents($image));
54
-
55
} elseif ($keepOriginal) {
56
$original_image = Image::make($image)->orientate()->interlace()->encode();
57
0 commit comments