Skip to content

Commit 786c757

Browse files
authored
Init league/flysystem-v3 (#2)
* Init league/flysystem-v3 * Init league/flysystem-v3 * Update composer.json
1 parent 0a0cac5 commit 786c757

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ImageProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ protected function copyOriginalFileData(FileInterface $file, $tempFileStream)
178178

179179
if ($stream === null) {
180180
$stream = $storage->readStream($file->path());
181-
$stream = $stream['stream'];
182181
} else {
183182
rewind($stream);
184183
}

0 commit comments

Comments
 (0)