Introduce HiddenString for Config-Values

This commit is contained in:
Philipp Holzer
2019-06-10 14:43:25 +02:00
parent f5606fb211
commit 357d9b5108
6 changed files with 121 additions and 24 deletions

View File

@@ -88,7 +88,7 @@ class Configuration
if (isset($dbvalue)) {
$this->configCache->set($cat, $key, $dbvalue);
return $dbvalue;
unset($dbvalue);
}
}