diff --git a/config/filesystems.php b/config/filesystems.php index 8d1c23a..ae06198 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -46,7 +46,7 @@ return [ 'uploads' => [ 'driver' => 'local', - 'root' => env('STORAGE_PATH', storage_path('content/uploads')), + 'root' => storage_path('content/uploads'), 'visibility' => 'private', 'permissions' => [ 'file' => [