Merge branch 'qsllabels' of https://github.com/AndreasK79/Cloudlog into qsllabels

pull/2199/head
Andreas 2023-06-05 16:53:08 +02:00
commit a8351a196e
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 {
}
}
?>
?>