Skip to content

Commit f1657b8

Browse files
committed
Change method visibility
1 parent e07b074 commit f1657b8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+1
-1
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ protected function insertSelections()
665665
*
666666
* @return \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
667667
*/
668-
protected function insertParentChildRelations()
668+
private function insertParentChildRelations()
669669
{
670670
foreach ($this->_cachedOptions as $productId => $options) {
671671
$childIds = [];

0 commit comments

Comments
 (0)