fix merge conflict

This commit is contained in:
Julie Lenaerts 2022-02-15 10:01:01 +01:00
commit 385664e2bc

View File

@ -60,7 +60,7 @@ class UserRefEventSubscriber implements EventSubscriberInterface
{
if ($period->hasPreviousUser()
&& $period->getUser() !== $this->security->getUser()
&& $period->getUser() !== null
&& null !== $period->getUser()
&& $period->getStep() !== AccompanyingPeriod::STEP_DRAFT
) {
$this->generateNotificationToUser($period);