You've already forked pilot-sdk
fix file download
This commit is contained in:
@@ -96,7 +96,7 @@ class PilotServiceProvider extends ServiceProvider
|
||||
|
||||
if (isset($output['file'])) {
|
||||
return response()->download(
|
||||
$output['file']['content'],
|
||||
$output['file']['contents'],
|
||||
$output['file']['name'],
|
||||
[
|
||||
'Content-Type' => $output['file']['type'],
|
||||
|
||||
Reference in New Issue
Block a user