mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove Date constraint on marital status date
This commit is contained in:
parent
261d47a8a4
commit
937caa878e
@ -303,7 +303,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
|||||||
/**
|
/**
|
||||||
* The date of the last marital status change of the person.
|
* The date of the last marital status change of the person.
|
||||||
*/
|
*/
|
||||||
#[Assert\Date]
|
|
||||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::DATE_MUTABLE, nullable: true)]
|
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::DATE_MUTABLE, nullable: true)]
|
||||||
private ?\DateTime $maritalStatusDate = null;
|
private ?\DateTime $maritalStatusDate = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user