From 1c9cae3989654c41c9ea005039521ec7f659eff9 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 22 Sep 2026 23:29:34 +0930 Subject: [PATCH] Update filesystems.php --- config/filesystems.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index dedafb3e1..8d9df3113 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -49,11 +49,11 @@ return [ 'permissions' => [ 'file' => [ 'public' => 0644, - 'private' => 0600, + 'private' => 0640, ], 'dir' => [ 'public' => 0755, - 'private' => 0711, + 'private' => 0750, ], ], 'serve' => true,