This commit is contained in:
Yuri Kuznetsov
2022-10-24 11:43:37 +03:00
parent acfcc65aee
commit 1f733fa307
@@ -242,7 +242,7 @@ class Email implements AssignmentNotificator
}
/** @var ?User $user */
$user = $this->entityManager->getEntityById(EmailEntity::ENTITY_TYPE, $userId);
$user = $this->entityManager->getEntityById(User::ENTITY_TYPE, $userId);
if (!$user) {
continue;