mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 00:27:01 +00:00
cs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user