Skip to content

Commit

Permalink
Fix inherited method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 10, 2024
1 parent 96e2341 commit fbf8140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GaletteFullcard/PdfFullcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit fbf8140

Please sign in to comment.