From a51c139f51d4611fc7653564f1ab196e9a962835 Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 4 Jun 2023 01:35:32 +0200 Subject: [PATCH] Fix class name to lower case --- src/Label/PDF_Label.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>