diff --git a/application/Espo/Hooks/Note/Notifications.php b/application/Espo/Hooks/Note/Notifications.php index a95777b971..ff7e67587e 100644 --- a/application/Espo/Hooks/Note/Notifications.php +++ b/application/Espo/Hooks/Note/Notifications.php @@ -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();