Skip to content

Commit 463a15c

Browse files
authored
Change to private function
Change getOptionValueOfGroupSelect to private
1 parent 5d33cb1 commit 463a15c

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)