Skip to content

Commit c03b875

Browse files
committed
fix: add pending code after backport of #6006
Signed-off-by: Vitor Mattos <[email protected]>
1 parent eff6ef7 commit c03b875

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/Handler/FooterHandler.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ private function getQrCodeImageBase64(string $text): string {
201201
return $qrcode;
202202
}
203203

204+
public function getTemplateVariablesMetadata(): array {
205+
return $this->templateVars->getVariablesMetadata();
206+
}
207+
204208
private function setQrCodeSize(): void {
205209
$blockValues = $this->getQrCodeBlocks();
206210
$this->qrCode->setSize(self::MIN_QRCODE_SIZE);

0 commit comments

Comments
 (0)