diff --git a/code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php b/code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php index 97c12a9542..720d550cc2 100644 --- a/code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php +++ b/code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php @@ -5,7 +5,7 @@ namespace App\Attribute\Percent\Storage; use Ibexa\Contracts\ProductCatalog\Local\Attribute\StorageConverterInterface; -use Ibexa\ProductCatalog\Local\Persistence\Legacy\Attribute\Boolean\StorageSchema; +use Ibexa\ProductCatalog\Local\Persistence\Legacy\Attribute\Float\StorageSchema; use Webmozart\Assert\Assert; final class PercentStorageConverter implements StorageConverterInterface