mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update filesystem.php
This commit is contained in:
parent
64ef84fd29
commit
247704fd39
@ -20,7 +20,7 @@ return [
|
||||
'disks' => [
|
||||
'local' => [
|
||||
'type' => 'local',
|
||||
'root' => app()->getRuntimePath() . 'storage',
|
||||
'root' => app()->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'storage',
|
||||
],
|
||||
'public' => [
|
||||
// 磁盘类型
|
||||
|
Loading…
x
Reference in New Issue
Block a user