diff --git a/application/Espo/Core/Notification/DefaultAssignmentNotificator.php b/application/Espo/Core/Notification/DefaultAssignmentNotificator.php index 243e2c7911..f84021f3ef 100644 --- a/application/Espo/Core/Notification/DefaultAssignmentNotificator.php +++ b/application/Espo/Core/Notification/DefaultAssignmentNotificator.php @@ -66,7 +66,7 @@ class DefaultAssignmentNotificator implements AssignmentNotificator ) { $userIds = $entity->getLinkMultipleIdList(self::FIELD_ASSIGNED_USERS); /** @var string[] $fetchedIds */ - $fetchedIds = $entity->getFetched(self:: FIELD_ASSIGNED_USERS . 'Ids') ?? []; + $fetchedIds = $entity->getFetched(self::FIELD_ASSIGNED_USERS . 'Ids') ?? []; foreach ($userIds as $userId) { if (in_array($userId, $fetchedIds)) {