forked from morrning/hesabixCore
bug fix in registry
This commit is contained in:
parent
96f8229490
commit
a87d479e82
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue