This commit is contained in:
Yuri Kuznetsov
2024-09-15 13:29:15 +03:00
parent 8796693613
commit d70ef1e6cd
64 changed files with 101 additions and 200 deletions
@@ -108,8 +108,7 @@ class ConfigWriterFileManager
{
try {
$data = $this->fileManager->getPhpContents($path);
}
catch (RuntimeException) {
} catch (RuntimeException) {
return false;
}