mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: default value for type
This commit is contained in:
parent
f53d3852c3
commit
885256ac0d
@ -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 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user