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 e07b074 commit f1657b8Copy full SHA for f1657b8
app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php
@@ -665,7 +665,7 @@ protected function insertSelections()
665
*
666
* @return \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
667
*/
668
- protected function insertParentChildRelations()
+ private function insertParentChildRelations()
669
{
670
foreach ($this->_cachedOptions as $productId => $options) {
671
$childIds = [];
0 commit comments