Skip to content

Commit 6733ee9

Browse files
committed
fix: Update symbolic link path for storage in filesystems configuration
1 parent 8a3c276 commit 6733ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/filesystems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
*/
151151

152152
'links' => [
153-
base_path('public_html/storage') => storage_path('app/public'),
153+
public_path('storage') => storage_path('app/public'),
154154
],
155155

156156
];

0 commit comments

Comments
 (0)