mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-27 19:47:16 +00:00
fix cs
This commit is contained in:
@@ -198,7 +198,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
|
||||
private ?string $email = null;
|
||||
|
||||
/**
|
||||
* @ORM\Column(name="firstname", type="text", options={"default":""})
|
||||
* @ORM\Column(name="firstname", type="text", options={"default": ""})
|
||||
* @Groups({"read", "write", "docgen:read", "docgen:read:3party:parent"})
|
||||
*/
|
||||
private string $firstname = '';
|
||||
|
||||
Reference in New Issue
Block a user