minor correction

This commit is contained in:
Julie Lenaerts 2022-02-16 14:26:00 +01:00
parent cdf0bb30c9
commit c8922a6a82

View File

@ -93,7 +93,7 @@ class AccompanyingPeriodValidityValidator extends ConstraintValidator
} }
} }
/** Check if confidentiality and intensity can be toggled */ /** Check if confidentiality can be toggled */
$user = $period->getUser(); $user = $period->getUser();
$currentUser = $this->token->getToken()->getUser(); $currentUser = $this->token->getToken()->getUser();