We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105d885 commit be5c440Copy full SHA for be5c440
src/app/Http/Controllers/BackupController.php
@@ -91,6 +91,7 @@ public function download()
91
if ($disk->exists($file_name)) {
92
if (method_exists($disk->getAdapter(), 'getPathPrefix')) {
93
$storage_path = $disk->getAdapter()->getPathPrefix();
94
+
95
return response()->download($storage_path.$file_name);
96
} else {
97
return $disk->download($file_name);
0 commit comments