Closed Nks closed 1 year ago
Type in src/Entity/Format.php
src/Entity/Format.php
public function getFormatId(): ?string { return $this->get('format'); }
Solution:
public function getFormatId(): ?string { return $this->get('format_id'); }
Could you open a PR to fix it? :)
@norkunas done
Type in
src/Entity/Format.php
Solution: