Skip to content

Commit

Permalink
Merge pull request norkunas#185 from Nks/master
Browse files Browse the repository at this point in the history
$format->formatId() return 'format' key instead of 'format_id'
  • Loading branch information
norkunas authored Jul 24, 2022
2 parents b5e2c86 + 01d8cf2 commit f58519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getPreference(): ?int

public function getFormatId(): ?string
{
return $this->get('format');
return $this->get('format_id');
}

public function getContainer(): ?string
Expand Down

0 comments on commit f58519d

Please sign in to comment.