mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Merge pull request #12 from phl0/fixClassName
Fix class name to lower case
This commit is contained in:
commit
cbdcb61a49
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue