From 2ddd9c2fc6882df530058d7e50cd7fd6a08a166b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 2 Sep 2020 17:57:37 +0300 Subject: [PATCH] comment --- application/Espo/Core/Container.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/Espo/Core/Container.php b/application/Espo/Core/Container.php index 477f19666a..929eabe4af 100644 --- a/application/Espo/Core/Container.php +++ b/application/Espo/Core/Container.php @@ -161,6 +161,9 @@ class Container $this->classCache[$name] = new ReflectionClass($className); } + /** + * Get a class of a service. + */ public function getClass(string $name) : ReflectionClass { if (!$this->has($name)) {