@@ -329,6 +329,4 @@ |
||
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 |