We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef5a0 commit df2222eCopy full SHA for df2222e
src/Http/Controllers/DownloadBackupController.php
@@ -25,6 +25,6 @@ public function __invoke(string $timestamp, BackupRepository $repo): StreamedRes
25
26
$backup->getMetadata()->addDownload(auth()->user());
27
28
- return Storage::disk(config('backup.backup.disk'))->download($backup->path);
+ return Storage::disk(config('backup.destination.disk'))->download($backup->path);
29
}
30
0 commit comments