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 b3a21c4 commit d53ae02Copy full SHA for d53ae02
app/code/Magento/ConfigurableProduct/Setup/Patch/Data/UpdateManufacturerAttribute.php
@@ -51,11 +51,11 @@ public function apply()
51
/** @var EavSetup $eavSetup */
52
$eavSetup = $this->eavSetupFactory->create(['setup' => $this->moduleDataSetup]);
53
54
- if($manufacturer = $eavSetup->getAttribute(
+ if ($manufacturer = $eavSetup->getAttribute(
55
\Magento\Catalog\Model\Product::ENTITY,
56
'manufacturer',
57
- 'apply_to')
58
- ) {
+ 'apply_to'
+ )) {
59
$relatedProductTypes = explode(
60
',',
61
$manufacturer
0 commit comments