Skip to content

Commit

Permalink
bc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Nov 28, 2020
1 parent 7e71eb0 commit c1f0c47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions application/Espo/Core/Notificators/DefaultNotificator.php
Expand Up @@ -123,4 +123,13 @@ protected function isNotificationsEnabledForUser(string $userId) : bool

return $this->userIdEnabledMap[$userId];
}

/**
* For backward compatibility.
* @todo Remove.
*/
protected function getEntityManager()
{
return $this->entityManager;
}
}

0 comments on commit c1f0c47

Please sign in to comment.