This commit is contained in:
yuri
2019-09-18 12:59:27 +03:00
parent e5575ee673
commit 99e8642ef6
2 changed files with 2 additions and 2 deletions
@@ -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');
}
@@ -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');
}