We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712e80c commit 206b70aCopy full SHA for 206b70a
lib/internal/Magento/Framework/App/Config.php
@@ -125,7 +125,7 @@ public function clean()
125
*/
126
public function get($configType, $path = '', $default = null)
127
{
128
- $path = strtolower($path);
+ //$path = strtolower($path);
129
$result = null;
130
if (isset($this->types[$configType])) {
131
$result = $this->types[$configType]->get($path);
0 commit comments