Skip to content

Commit d51a2a2

Browse files
Merge remote-tracking branch 'edenduong/2.3-refactor/default_store_view_constant' into ENGCOM-5501-magento-magento2-23926
2 parents c4641da + 463a15c commit d51a2a2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function getOptionValues()
380380
* @param int $scope
381381
* @return array
382382
*/
383-
public function getOptionValueOfGroupSelect($value, $option, $showPrice, $scope)
383+
private function getOptionValueOfGroupSelect($value, $option, $showPrice, $scope)
384384
{
385385
$i = 0;
386386
$itemCount = 0;

0 commit comments

Comments
 (0)