Update filesystem.php

This commit is contained in:
Anyon 2020-01-04 15:15:26 +08:00
parent 64ef84fd29
commit 247704fd39

View File

@ -20,7 +20,7 @@ return [
'disks' => [
'local' => [
'type' => 'local',
'root' => app()->getRuntimePath() . 'storage',
'root' => app()->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'storage',
],
'public' => [
// 磁盘类型