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