Release 2.0.3 (#3879)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user