code style

This commit is contained in:
odain
2026-01-21 18:37:23 +01:00
parent adae35ccc4
commit 985a49dc9f

View File

@@ -669,7 +669,7 @@ class ApplicationInstaller
$sModelInfoPath = $this->GetModelInfoPath($sEnvironment);
try {
$aModelInfo = ModelReflectionSerializer::GetInstance()->GetModelFromEnvironment($sEnvironment);
} catch (Exception $e){
} catch (Exception $e) {
//logged already
return is_file($sModelInfoPath);
}