From 62cdfc417962cbc24db3d8ceae3744ce0dd6af51 Mon Sep 17 00:00:00 2001 From: liapples Date: Mon, 16 Aug 2021 13:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89uploads=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/filesystems.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 3723b5a..760ef97 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -53,11 +53,6 @@ return [ 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), ], - 'uploads' => [ - 'driver' => 'local', - 'root' => public_path('uploads'), - ], - ], /*