diff --git a/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php b/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php index f15aa5ac09..de9e897a82 100644 --- a/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php +++ b/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php @@ -40,7 +40,7 @@ class SubscribeAgain extends \Espo\Core\EntryPoints\Base { public static $authRequired = false; - private function getHookManager() + protected function getHookManager() { return $this->getContainer()->get('hookManager'); } diff --git a/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php b/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php index abe2e405e8..2c874010ce 100644 --- a/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php +++ b/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php @@ -40,7 +40,7 @@ class Unsubscribe extends \Espo\Core\EntryPoints\Base { public static $authRequired = false; - private function getHookManager() + protected function getHookManager() { return $this->getContainer()->get('hookManager'); }