From d07a21fdaa0bd300bbae4e8da2efadb1d5eb1fb2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 20 Jun 2020 20:16:20 +0300 Subject: [PATCH] cleanup --- application/Espo/Hooks/Note/Notifications.php | 5 ----- 1 file changed, 5 deletions(-) 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();