mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
firstname property added to thirdparty + canonicalize function adapted
This commit is contained in:
@@ -222,6 +222,15 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
|
||||
*/
|
||||
private ?string $name = '';
|
||||
|
||||
/**
|
||||
* @ORM\Column(name="firstname", type="string", length=255)
|
||||
* @Assert\Length(min="2")
|
||||
* @Assert\NotNull
|
||||
* @Assert\NotBlank
|
||||
* @Groups({"read", "write", "docgen:read", "docgen:read:3party:parent"})
|
||||
*/
|
||||
private ?string $firstname = '';
|
||||
|
||||
/**
|
||||
* [fr] Raison sociale.
|
||||
*
|
||||
|
Reference in New Issue
Block a user