From d7f67f631d7743c4d877197089f17dc4b62ee792 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 5 Feb 2020 10:48:51 -0600 Subject: [PATCH] styling --- config/filesystems.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), ],