Fixed: default value for type

This commit is contained in:
Julien Fastré 2023-01-31 18:22:14 +01:00
parent f53d3852c3
commit 885256ac0d
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

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