This commit is contained in:
Yuri Kuznetsov
2021-11-04 16:16:22 +02:00
parent d125d8f067
commit 6e31c591bd
17 changed files with 30 additions and 2 deletions
@@ -132,6 +132,7 @@ class KnowledgeBaseArticle extends \Espo\Core\Controllers\Record
private function getArticleService(): Service
{
/** @var Service */
return $this->getRecordService();
}
}