|
@@ -61,7 +61,7 @@ |
|
|
block discarded – undo |
|
61
|
61
|
$attributeValues = $this->productAttributeValueRepository->getUniqueAttributeValues($productAttribute); |
|
62
|
62
|
|
|
63
|
63
|
$choices = []; |
|
64
|
|
- array_walk($attributeValues, function (ProductAttributeValueInterface $productAttributeValue) use (&$choices): void { |
|
|
64
|
+ array_walk($attributeValues, function(ProductAttributeValueInterface $productAttributeValue) use (&$choices): void { |
|
65
|
65
|
$product = $productAttributeValue->getProduct(); |
|
66
|
66
|
|
|
67
|
67
|
if (!$product->isEnabled()) { |
Please login to merge, or discard this patch.