Made fromWhere nullable
This commit is contained in:
parent
127a45fa22
commit
2d397e4dc4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Key implements JsonSerializable
|
|||
private Store $store;
|
||||
#[ORM\Column(nullable: true)]
|
||||
private string|null $storeLink;
|
||||
#[ORM\Column]
|
||||
#[ORM\Column(nullable: true)]
|
||||
private string|null $fromWhere;
|
||||
#[ORM\Column(type: 'integer', enumType: KeyState::class)]
|
||||
private KeyState $state;
|
||||
|
|
Loading…
Reference in a new issue