Andrew Brown 4 years ago
parent
commit
d7f67f631d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/filesystems.php

+ 2 - 2
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'),
     ],