Release 2.0.3 (#3879)

This commit is contained in:
Kevin Papst
2023-02-25 20:37:52 +01:00
committed by GitHub
parent 068e9425eb
commit 2cb29bfef5
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class Customer implements EntityWithMetaFields, EntityWithBudget
#[Serializer\Expose]
#[Serializer\Groups(['Default'])]
#[Exporter\Expose(label: 'name')]
private ?string $name;
private ?string $name = null;
#[ORM\Column(name: 'number', type: 'string', length: 50, nullable: true)]
#[Assert\Length(max: 50)]
#[Serializer\Expose]