From 3c81bf93e31c8f84d36b28f3b390f1b58a5657c5 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 30 Sep 2025 14:34:31 +0300 Subject: [PATCH] cs --- application/Espo/Core/Utils/Config/ConfigWriter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);