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 1992916 commit 095c03fCopy full SHA for 095c03f
setup/src/Magento/Setup/Model/ConfigModel.php
@@ -74,10 +74,6 @@ public function getAvailableOptions()
74
75
$optionCollection = array_merge([], ...$optionCollection);
76
77
- foreach ($optionCollection as $option) {
78
- $currentValue = $this->deploymentConfig->get($option->getConfigPath());
79
- }
80
-
81
return $optionCollection;
82
}
83
0 commit comments