Test Failed
Pull Request — master (#1065)
by
unknown
06:46
created
src/LfmPath.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -329,6 +329,4 @@
 block discarded – undo
329 329
         $image = Image::make($original_image->get())
330 330
             ->fit($thumbWidth, $thumbHeight);
331 331
 
332
-        $this->storage->put($image->stream()->detach(), 'public');
333
-    }
334
-}
332
+        $this->storage->put($image->stream
335 333
\ No newline at end of file
Please login to merge, or discard this patch.