X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fconfig%2Fclass_FrameworkConfiguration.php;h=7342fb42156a39cf37d9da6ee3eebdd52d11614d;hb=6e770c26c13f7b06bfc3f9b565b22f6607c5755e;hp=0826076e41a5f1b077ad3fbf62e41ac07a8cd46f;hpb=24814f48bc7bad92f55e8763bf3f657fb41b131d;p=core.git diff --git a/framework/config/class_FrameworkConfiguration.php b/framework/config/class_FrameworkConfiguration.php index 0826076e..7342fb42 100644 --- a/framework/config/class_FrameworkConfiguration.php +++ b/framework/config/class_FrameworkConfiguration.php @@ -1,16 +1,15 @@ isConfigurationEntrySet($configKey)) { @@ -169,7 +168,7 @@ class FrameworkConfiguration implements Registerable { } // Cast to string - $configKey = BaseFrameworkSystem::convertDashesToUnderscores($configKey); + $configKey = StringUtils::convertDashesToUnderscores($configKey); // Set the configuration value //* NOISY-DEBUG: */ print(__METHOD__ . ':configEntry=' . $configKey . ',configValue[' . gettype($configValue) . ']=' . $configValue . PHP_EOL); @@ -213,7 +212,7 @@ class FrameworkConfiguration implements Registerable { } // Convert dashes to underscore - $configKey = BaseFrameworkSystem::convertDashesToUnderscores($configKey); + $configKey = StringUtils::convertDashesToUnderscores($configKey); // Is the configuration key there? if (!$this->isConfigurationEntrySet($configKey)) {