Skip to content

Commit 4a8ed17

Browse files
committed
fix: Update symbolic link path for storage in filesystems configuration
1 parent 57b6b97 commit 4a8ed17

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-
public_path('storage') => storage_path('app/public'),
153+
base_path('public_html/storage') => storage_path('app/public'),
154154
],
155155

156156
];

0 commit comments

Comments
 (0)