mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fixed: default value for type
This commit is contained in:
@@ -75,7 +75,7 @@ abstract class AbstractElement
|
||||
/**
|
||||
* @ORM\Column(name="type", type="string", length=255)
|
||||
*/
|
||||
private string $type;
|
||||
private string $type = '';
|
||||
|
||||
/*Getters and Setters */
|
||||
|
||||
|
Reference in New Issue
Block a user