From fbf8140c2390dafb770c8be3703a9769f3e2b83b Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Wed, 10 Apr 2024 22:26:19 +0200 Subject: [PATCH] Fix inherited method visibility --- lib/GaletteFullcard/PdfFullcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GaletteFullcard/PdfFullcard.php b/lib/GaletteFullcard/PdfFullcard.php index 45ffded..d58e89c 100644 --- a/lib/GaletteFullcard/PdfFullcard.php +++ b/lib/GaletteFullcard/PdfFullcard.php @@ -69,7 +69,7 @@ protected function getModel(): ?PdfModel * * @return void */ - private function init(): void + public function init(): void { // Set document information $this->SetTitle(_T('Member\'s full card', 'fullcard'));