From 18690abcecd4dcfacde2dda4c6f2dc54e060b29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 26 Oct 2022 10:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=20flysystem=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/filesystem.php | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 config/filesystem.php diff --git a/config/filesystem.php b/config/filesystem.php deleted file mode 100644 index 1045114e5..000000000 --- a/config/filesystem.php +++ /dev/null @@ -1,37 +0,0 @@ - 'local', - // 磁盘列表 - 'disks' => [ - 'local' => [ - 'type' => 'local', - 'root' => with_path('runtime/storage'), - ], - 'public' => [ - // 磁盘类型 - 'type' => 'local', - // 磁盘路径 - 'root' => with_path('public/storage'), - // 外部路径 - 'url' => '/storage', - // 可见性 - 'visibility' => 'public', - ], - ], -]; \ No newline at end of file