bug fix in registry

This commit is contained in:
Hesabix 2025-07-18 04:06:15 +00:00
parent 96f8229490
commit a87d479e82

View file

@ -19,7 +19,7 @@ class Registry
#[ORM\Column(length: 255)]
private ?string $name = null;
#[ORM\Column(length: 255)]
#[ORM\Column(type: "text", nullable: true)]
private ?string $valueOfKey = null;
public function getId(): ?int