Skip to content

Commit 10a0478

Browse files
committed
Changind default directory visibility
1 parent a208d5f commit 10a0478

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)