Compare commits
No commits in common. "5e77ba32c18879dec4b7eda91843cbd0ee01829e" and "07315422d34329e6f8c38708bb88d8aa021b825c" have entirely different histories.
5e77ba32c1
...
07315422d3
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(nullable: true)]
|
||||
#[ORM\Column]
|
||||
private string|null $fromWhere;
|
||||
#[ORM\Column(type: 'integer', enumType: KeyState::class)]
|
||||
private KeyState $state;
|
||||
|
|
Loading…
Reference in a new issue