From 0cb55cad8efc9218d57c133223f67cfde3d2adde Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sun, 9 Mar 2025 18:52:54 +0000 Subject: [PATCH] bug fix again in pdf mgr --- hesabixCore/src/Service/pdfMGR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/src/Service/pdfMGR.php b/hesabixCore/src/Service/pdfMGR.php index 7d04984..2e7aa2c 100644 --- a/hesabixCore/src/Service/pdfMGR.php +++ b/hesabixCore/src/Service/pdfMGR.php @@ -8,7 +8,7 @@ use Mpdf\Mpdf; use Mpdf\Config\ConfigVariables; use Mpdf\Config\FontVariables; -class PdfMGR +class pdfMGR { private $twig;