Skip to content

Commit

Permalink
Set custom mPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmatyus authored and kodiakhq[bot] committed Jun 10, 2021
1 parent 86ad079 commit f2f73f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PdfResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,11 @@ public function getMPDF(): Mpdf
return $this->mPDF;
}

public function setMPDF(Mpdf $mPDF): self
{
$this->mPDF = $mPDF;
return $this;
}


/********************************************************************************
Expand Down

0 comments on commit f2f73f8

Please sign in to comment.