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 3026734 commit 1992916Copy full SHA for 1992916
setup/src/Magento/Setup/Model/ConfigModel.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2025 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Setup\Model;
@@ -76,9 +76,6 @@ public function getAvailableOptions()
76
77
foreach ($optionCollection as $option) {
78
$currentValue = $this->deploymentConfig->get($option->getConfigPath());
79
- if ($currentValue !== null) {
80
- $option->setDefault();
81
- }
82
}
83
84
return $optionCollection;
0 commit comments