mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
csfixes
This commit is contained in:
parent
05fc5a1829
commit
c5cbdd97ff
@ -134,9 +134,9 @@ class AccompanyingPeriod implements
|
|||||||
* @Groups({"read", "write", "docgen:read"})
|
* @Groups({"read", "write", "docgen:read"})
|
||||||
* @Assert\NotBlank(groups={AccompanyingPeriod::STEP_CLOSED})
|
* @Assert\NotBlank(groups={AccompanyingPeriod::STEP_CLOSED})
|
||||||
* @Assert\GreaterThanOrEqual(
|
* @Assert\GreaterThanOrEqual(
|
||||||
* propertyPath="openingDate",
|
* propertyPath="openingDate",
|
||||||
* groups={AccompanyingPeriod::STEP_CLOSED},
|
* groups={AccompanyingPeriod::STEP_CLOSED},
|
||||||
* message="The closing date must be later than the date of creation"
|
* message="The closing date must be later than the date of creation"
|
||||||
* )
|
* )
|
||||||
*/
|
*/
|
||||||
private ?DateTime $closingDate = null;
|
private ?DateTime $closingDate = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user