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 6f7a4fb commit b6c132bCopy full SHA for b6c132b
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