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' => [ // 磁盘类型