Skip to content

Commit 825b26b

Browse files
committed
fix: competition prize images filepath
1 parent 92837c9 commit 825b26b

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
@@ -46,7 +46,7 @@
4646

4747
'competition_prize' => [
4848
'driver' => 'local',
49-
'root' => storage_path('app/public/competition-prize-images'),
49+
'root' => storage_path('app/public'),
5050
'url' => env('APP_URL').'/storage',
5151
'visibility' => 'public',
5252
],

0 commit comments

Comments
 (0)