Fix class name to lower case

pull/2199/head
phl0 2023-06-04 01:35:32 +02:00
rodzic bb22812a89
commit a51c139f51
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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