diff --git a/config/filesystems.php b/config/filesystems.php index cc5c9072..1f8c74ba 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -65,7 +65,7 @@ return [ ], ], - + /* |-------------------------------------------------------------------------- | Symbolic Links @@ -76,7 +76,7 @@ return [ | target path. Use the `storage:link` command to generate them. | */ - + 'links' => [ public_path('storage') => storage_path('app/public'), ],