diff --git a/src/Label/PDF_Label.php b/src/Label/PDF_Label.php index 931b8090..53069120 100644 --- a/src/Label/PDF_Label.php +++ b/src/Label/PDF_Label.php @@ -39,7 +39,7 @@ **/ namespace Cloudlog\Label; -class PDF_Label extends FPDF { +class PDF_Label extends fpdf { // Private properties protected $_Margin_Left; // Left margin of labels @@ -159,4 +159,4 @@ class PDF_Label extends FPDF { } } -?> \ No newline at end of file +?>