chore: Refactor instanceSettings() function to improve code readability
This commit is contained in:
@@ -3893,3 +3893,7 @@ function convertComposeEnvironmentToArray($environment)
|
||||
return $convertedServiceVariables;
|
||||
|
||||
}
|
||||
function instanceSettings()
|
||||
{
|
||||
return InstanceSettings::get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user