Add_Git_Notification #23

Merged
neintonine merged 13 commits from Add_Git_Notification into develop 2024-11-12 19:05:06 +00:00
Showing only changes of commit 5e77ba32c1 - Show all commits

View file

@ -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;