Skip to content

Commit d76c63c

Browse files
authored
Update MpdfEngine.php
1 parent 4d28532 commit d76c63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pdf/Engine/MpdfEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function output(): string
2121

2222
$mpdf->WriteHTML($this->_Pdf->html());
2323

24-
$mpdf->Output();
24+
return $mpdf->Output('', Destination::STRING_RETURN);
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)