Skip to content

Commit e141d20

Browse files
committed
Disable storage symlinks
1 parent fc65bb9 commit e141d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/filesystems.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
*/
8181

8282
'links' => [
83-
public_path('storage') => storage_path('app/public'),
83+
//
8484
],
8585

8686
];

0 commit comments

Comments
 (0)