Skip to content

Commit fe2ac4a

Browse files
authored
Allow setting retain_visibility config option on Flysystem filesystems (#48935)
1 parent b9266bc commit fe2ac4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ protected function createFlysystem(FlysystemAdapter $adapter, array $config)
319319
return new Flysystem($adapter, Arr::only($config, [
320320
'directory_visibility',
321321
'disable_asserts',
322+
'retain_visibility',
322323
'temporary_url',
323324
'url',
324325
'visibility',

0 commit comments

Comments
 (0)