This commit is contained in:
Yuri Kuznetsov
2025-09-30 14:34:31 +03:00
parent 575a63b22c
commit 3c81bf93e3
@@ -109,7 +109,7 @@ class ConfigWriter
$internalConfigPath = $this->config->getInternalConfigPath(); $internalConfigPath = $this->config->getInternalConfigPath();
if (!$this->fileManager->isFile($configPath)) { 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); $data = $this->fileManager->getPhpContents($configPath);