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'), - ], - ], /*