This commit is contained in:
KANE LAZENI 2026-03-04 00:27:33 +00:00
parent ff86b16bc7
commit e3688338aa

View File

@ -101,7 +101,7 @@ if (file_exists($qrCodePath)) {
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
// unlink($qrCodePath); // ✅ Suppression immédiate après usage
unlink($qrCodePath); // ✅ Suppression immédiate après usage
$this->carte->enregistrerqrcodeath($assure['idBeneficiaire'], $qrFile);
}