This commit is contained in:
yuri
2019-04-30 11:18:37 +03:00
parent 8d3698e6a3
commit dc58bcbd91
@@ -68,11 +68,6 @@ class Meeting extends \Espo\Services\Record
return $this->getInjection('preferences');
}
protected function getCrypt()
{
return $this->getInjection('container')->get('crypt');
}
protected function getLanguage()
{
return $this->getInjection('language');