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 206b70a commit b16b6d5Copy full SHA for b16b6d5
lib/internal/Magento/Framework/App/Config.php
@@ -125,7 +125,6 @@ public function clean()
125
*/
126
public function get($configType, $path = '', $default = null)
127
{
128
- //$path = strtolower($path);
129
$result = null;
130
if (isset($this->types[$configType])) {
131
$result = $this->types[$configType]->get($path);
0 commit comments