Fix class name to lower case
这个提交包含在:
父节点
bb22812a89
当前提交
a51c139f51
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -39,7 +39,7 @@
|
||||||
**/
|
**/
|
||||||
namespace Cloudlog\Label;
|
namespace Cloudlog\Label;
|
||||||
|
|
||||||
class PDF_Label extends FPDF {
|
class PDF_Label extends fpdf {
|
||||||
|
|
||||||
// Private properties
|
// Private properties
|
||||||
protected $_Margin_Left; // Left margin of labels
|
protected $_Margin_Left; // Left margin of labels
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用