X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cf9ccfcd5b0186249fd904067a1f343ea2f1dd04..refs/pull/5676/head:/app/Config/filesystems.php diff --git a/app/Config/filesystems.php b/app/Config/filesystems.php index 08ae7b047..ab73fec29 100644 --- a/app/Config/filesystems.php +++ b/app/Config/filesystems.php @@ -32,9 +32,9 @@ return [ 'local' => [ 'driver' => 'local', 'root' => public_path(), - 'visibility' => 'public', 'serve' => false, 'throw' => true, + 'directory_visibility' => 'public', ], 'local_secure_attachments' => [ @@ -47,7 +47,6 @@ return [ 'local_secure_images' => [ 'driver' => 'local', 'root' => storage_path('uploads/images/'), - 'visibility' => 'public', 'serve' => false, 'throw' => true, ],