This commit is contained in:
Andrew Brown
2020-02-05 10:48:51 -06:00
committed by GitHub
parent 153746c2c1
commit d7f67f631d

View File

@@ -65,7 +65,7 @@ return [
], ],
], ],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Symbolic Links | Symbolic Links
@@ -76,7 +76,7 @@ return [
| target path. Use the `storage:link` command to generate them. | target path. Use the `storage:link` command to generate them.
| |
*/ */
'links' => [ 'links' => [
public_path('storage') => storage_path('app/public'), public_path('storage') => storage_path('app/public'),
], ],