Skip to content

Commit 052bb5d

Browse files
committed
MC-41109: Fix Configurable product save
1 parent b0ebfda commit 052bb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Plugin/Model/Attribute/Backend/AttributeValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AttributeValidation
3333
*/
3434
public function __construct(
3535
Configurable $configurableProductType,
36-
?array $unskippableAttributes = []
36+
array $unskippableAttributes = []
3737
) {
3838
$this->configurableProductType = $configurableProductType;
3939
$this->unskippableAttributes = $unskippableAttributes;

0 commit comments

Comments
 (0)