mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-23 15:17:47 +09:00
Fix upload paths
This commit is contained in:
@@ -77,7 +77,7 @@ class SettingsController extends Controller
|
||||
);
|
||||
}
|
||||
|
||||
$path = $request->file('value')->store('backgrounds');
|
||||
$path = $request->file('value')->store('backgrounds', 'public');
|
||||
|
||||
if ($path === null) {
|
||||
throw new \Exception('file_not_stored');
|
||||
|
||||
Reference in New Issue
Block a user