diff --git a/application/Espo/Core/Utils/Config/ConfigWriter.php b/application/Espo/Core/Utils/Config/ConfigWriter.php index b389fc5800..53516877b4 100644 --- a/application/Espo/Core/Utils/Config/ConfigWriter.php +++ b/application/Espo/Core/Utils/Config/ConfigWriter.php @@ -109,7 +109,7 @@ class ConfigWriter $internalConfigPath = $this->config->getInternalConfigPath(); if (!$this->fileManager->isFile($configPath)) { - throw new RuntimeException("Config file '{$configPath}' not found."); + throw new RuntimeException("Config file '$configPath' not found."); } $data = $this->fileManager->getPhpContents($configPath);