Skip to content

Commit

Permalink
MUL-12 allow id in Field class to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Marijan Klaric authored and pspanja committed Jul 3, 2024
1 parent 9a38a60 commit 35b97fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/Site/Values/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

final class Field extends APIField
{
protected int $id;
protected ?int $id;
protected string $fieldDefIdentifier;
protected Value $value;
protected string $languageCode;
Expand Down

0 comments on commit 35b97fc

Please sign in to comment.