Skip to content

Commit 3c80b87

Browse files
authored
Merge pull request #611 from gersonfs/change-default-directory-visibility
Changing default directory_visibility
2 parents a208d5f + 10a0478 commit 3c80b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/File/Writer/DefaultWriter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public function getFilesystem(string $field, array $settings = []): FilesystemOp
145145
if ($adapter instanceof FilesystemAdapter) {
146146
return new Filesystem($adapter, Hash::get($settings, 'filesystem.options', [
147147
'visibility' => Visibility::PUBLIC,
148+
'directory_visibility' => Visibility::PUBLIC,
148149
]));
149150
}
150151

0 commit comments

Comments
 (0)