Skip to content

Commit

Permalink
Merge branch '1.x' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shanerbaner82 authored Nov 17, 2024
2 parents 5a80585 + 4635e1c commit 8047651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function getDefaultHeaderActions(): array

return response()->streamDownload(function () {
echo Pdf::loadView('lunarpanel::pdf.order', [
'order' => $this->record,
'record' => $this->record,
])->stream();
}, name: "Order-{$this->record->reference}.pdf");
}),
Expand Down

0 comments on commit 8047651

Please sign in to comment.