Merge pull request #12 from phl0/fixClassName

Fix class name to lower case
This commit is contained in:
Andreas Kristiansen 2023-06-04 07:17:06 +02:00 committed by GitHub
commit cbdcb61a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
}
}
?>
?>