This commit is contained in:
Yuri Kuznetsov
2020-06-20 20:16:20 +03:00
parent e8b69e133e
commit d07a21fdaa

View File

@@ -53,11 +53,6 @@ class Notifications extends \Espo\Core\Hooks\Base
return $this->getInjection('container')->get('internalAclManager');
}
protected function getPortalAclManager()
{
return $this->getInjection('container')->get('portalAclManager');
}
protected function getMentionedUserIdList($entity)
{
$mentionedUserList = array();