Skip to content

Commit

Permalink
Update FpdfWriter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse authored Jul 2, 2020
1 parent 0fdcc79 commit 2df9482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer/FpdfWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
{
if(!\class_exists(\FPDF::class)){
throw new \BadMethodCallException(
'The QRFpdf output requires FPDF as dependency but the class "\FPDF" couldn\'t be found.'
'The Fpdf writer requires FPDF as dependency but the class "\\FPDF" couldn\'t be found.'
);
}
}
Expand Down

0 comments on commit 2df9482

Please sign in to comment.