Skip to content

Commit 95aa56e

Browse files
committed
[Custom Attribute type] Corrected StorageSchema import (#2474)
1 parent c837c08 commit 95aa56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace App\Attribute\Percent\Storage;
66

77
use Ibexa\Contracts\ProductCatalog\Local\Attribute\StorageConverterInterface;
8-
use Ibexa\ProductCatalog\Local\Persistence\Legacy\Attribute\Boolean\StorageSchema;
8+
use Ibexa\ProductCatalog\Local\Persistence\Legacy\Attribute\Float\StorageSchema;
99
use Webmozart\Assert\Assert;
1010

1111
final class PercentStorageConverter implements StorageConverterInterface

0 commit comments

Comments
 (0)