diff --git a/src/ImageProcessor.php b/src/ImageProcessor.php index 952ca9b..c14220c 100644 --- a/src/ImageProcessor.php +++ b/src/ImageProcessor.php @@ -178,7 +178,6 @@ protected function copyOriginalFileData(FileInterface $file, $tempFileStream) if ($stream === null) { $stream = $storage->readStream($file->path()); - $stream = $stream['stream']; } else { rewind($stream); }