Skip to content

Commit

Permalink
Nullable Type für getCustomIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Aug 23, 2024
1 parent 2555b72 commit 2e4b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/lib/yform/manager/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function getDescription(): string
return $this->values['description'];
}

public function getCustomIcon(): string
public function getCustomIcon(): ?string
{
return $this->values['table_icon'];
}
Expand Down

0 comments on commit 2e4b748

Please sign in to comment.