mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fix tests (wip)
This commit is contained in:
@@ -475,7 +475,7 @@ class AccompanyingPeriod implements
|
||||
$participation = $this->getOpenParticipationContainsPerson($person);
|
||||
|
||||
if ($participation instanceof AccompanyingPeriodParticipation) {
|
||||
$participation->setEndDate(new DateTimeImmutable('now'));
|
||||
$participation->setEndDate(new DateTime('now'));
|
||||
}
|
||||
|
||||
return $participation;
|
||||
|
Reference in New Issue
Block a user