This commit is contained in:
Andrew Brown 2020-02-05 10:48:51 -06:00 committed by GitHub
parent 153746c2c1
commit d7f67f631d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
], ],
], ],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Symbolic Links | Symbolic Links
@ -76,7 +76,7 @@
| 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'),
], ],