Skip to content

Commit

Permalink
OP-320: Collection id nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jun 20, 2024
1 parent 6385fb6 commit 7d69288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Collection implements CollectionInterface
__construct as private initializeTranslationsCollection;
}

protected int $id;
protected ?int $id;

protected ?string $code = null;

Expand Down

0 comments on commit 7d69288

Please sign in to comment.