From 17630c65a64748d603b0ed3067a078e8dbb8851b Mon Sep 17 00:00:00 2001 From: Saufi Date: Wed, 20 May 2026 12:35:15 +0800 Subject: [PATCH] fix download error --- src/config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/filesystems.php b/src/config/filesystems.php index 37d8fca..b49ecb9 100644 --- a/src/config/filesystems.php +++ b/src/config/filesystems.php @@ -36,6 +36,7 @@ return [ 'serve' => true, 'throw' => false, 'report' => false, + 'visibility' => 'public', ], 'public' => [