diff --git a/config/filesystems.php b/config/filesystems.php index 10c9d9b..6895c44 100755 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -66,7 +66,7 @@ return [ */ 'links' => [ - public_path('storage') => storage_path('app/public'), + base_path('storage') => storage_path('app/public'), ], ];