Fixed: default value for type

This commit is contained in:
2023-01-31 18:22:14 +01:00
parent f53d3852c3
commit 885256ac0d

View File

@@ -75,7 +75,7 @@ abstract class AbstractElement
/** /**
* @ORM\Column(name="type", type="string", length=255) * @ORM\Column(name="type", type="string", length=255)
*/ */
private string $type; private string $type = '';
/*Getters and Setters */ /*Getters and Setters */