Fix class name to lower case

这个提交包含在:
phl0 2023-06-04 01:35:32 +02:00
父节点 bb22812a89
当前提交 a51c139f51
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

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