a
This commit is contained in:
parent
ff86b16bc7
commit
e3688338aa
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user