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.
2 parents b185d8d + b6c132b commit 9975034Copy full SHA for 9975034
src/Controllers/DownloadController.php
@@ -14,6 +14,6 @@ public function getDownload()
14
abort(404);
15
}
16
17
- return response()->download($file->path('absolute'));
+ return Storage::disk($this->helper->config('disk'))->download($file->path('storage'));
18
19
0 commit comments