Skip to content

Commit 1992916

Browse files
committed
AC-15329::fix for missing default values in bin/magento list output
1 parent 3026734 commit 1992916

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup/src/Magento/Setup/Model/ConfigModel.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2025 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Setup\Model;
@@ -76,9 +76,6 @@ public function getAvailableOptions()
7676

7777
foreach ($optionCollection as $option) {
7878
$currentValue = $this->deploymentConfig->get($option->getConfigPath());
79-
if ($currentValue !== null) {
80-
$option->setDefault();
81-
}
8279
}
8380

8481
return $optionCollection;

0 commit comments

Comments
 (0)