10000 Update FilesystemManager.php · laravel/framework@bb352e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb352e9

Browse files
authored
Update FilesystemManager.php
1 parent ccbf7ae commit bb352e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function createS3Driver(array $config)
207207
$root = $s3Config['root'] ?? null;
208208

209209
$options = $config['options'] ?? [];
210-
210+
211211
$streamReads = $config['stream_reads'] ?? false;
212212

213213
return $this->adapt($this->createFlysystem(

0 commit comments

Comments
 (0)
0