@@ -657,7 +657,7 @@ abstract class ProductFamily extends AbstractDocumentEntity implements ProductPr | |||
public function setPropertyVariety(?string $propertyVariety): self | |||
{ | |||
$this->propertyQuantity = $propertyVariety; | |||
$this->propertyVariety = $propertyVariety; | |||
return $this; | |||
} |