From 247704fd3971bf438cf2557ad44ae8d6beabc32c Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 4 Jan 2020 15:15:26 +0800 Subject: [PATCH] Update filesystem.php --- config/filesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystem.php b/config/filesystem.php index a0d9d399c..d56af11b5 100644 --- a/config/filesystem.php +++ b/config/filesystem.php @@ -20,7 +20,7 @@ return [ 'disks' => [ 'local' => [ 'type' => 'local', - 'root' => app()->getRuntimePath() . 'storage', + 'root' => app()->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'storage', ], 'public' => [ // 磁盘类型