diff --git a/src/Form/Type/ChoiceMapper/ProductAttributesMapper.php b/src/Form/Type/ChoiceMapper/ProductAttributesMapper.php index b41921d5..21f512eb 100644 --- a/src/Form/Type/ChoiceMapper/ProductAttributesMapper.php +++ b/src/Form/Type/ChoiceMapper/ProductAttributesMapper.php @@ -14,6 +14,7 @@ use BitBag\SyliusElasticsearchPlugin\Formatter\StringFormatterInterface; use BitBag\SyliusElasticsearchPlugin\Repository\ProductAttributeValueRepositoryInterface; +use Sylius\Component\Attribute\AttributeType\SelectAttributeType; use Sylius\Component\Locale\Context\LocaleContextInterface; use Sylius\Component\Product\Model\ProductAttributeInterface; use Sylius\Component\Product\Model\ProductAttributeValueInterface;