You've already forked pilot-sdk
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95be4fc5a9 |
@@ -96,7 +96,7 @@ class PilotServiceProvider extends ServiceProvider
|
|||||||
|
|
||||||
if (isset($output['file'])) {
|
if (isset($output['file'])) {
|
||||||
return response()->download(
|
return response()->download(
|
||||||
$output['file']['content'],
|
$output['file']['contents'],
|
||||||
$output['file']['name'],
|
$output['file']['name'],
|
||||||
[
|
[
|
||||||
'Content-Type' => $output['file']['type'],
|
'Content-Type' => $output['file']['type'],
|
||||||
|
|||||||
Reference in New Issue
Block a user