diff --git a/application/Espo/Core/Controllers/Base.php b/application/Espo/Core/Controllers/Base.php index fb950b8203..9a141f6b9a 100644 --- a/application/Espo/Core/Controllers/Base.php +++ b/application/Espo/Core/Controllers/Base.php @@ -28,10 +28,7 @@ abstract class Base if (preg_match('@\\\\([\w]+)$@', $name, $matches)) { $name = $matches[1]; } - $this->name = $name; - - //echo $this->name; - //die; + $this->name = $name; if (empty($this->serviceClassName)) { $moduleName = $this->getMetadata()->getScopeModuleName($this->name);