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 d5f5201 commit 9ace9bdCopy full SHA for 9ace9bd
app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProducts.php
@@ -461,6 +461,6 @@ protected function getVariations()
461
*/
462
protected function getAttributes()
463
{
464
- return (array) $this->configurableType->getConfigurableAttributesAsArray($this->locator->getProduct());
+ return (array)$this->configurableType->getConfigurableAttributesAsArray($this->locator->getProduct());
465
}
466
0 commit comments