We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c837c08 commit 95aa56eCopy full SHA for 95aa56e
code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php
@@ -5,7 +5,7 @@
5
namespace App\Attribute\Percent\Storage;
6
7
use Ibexa\Contracts\ProductCatalog\Local\Attribute\StorageConverterInterface;
8
-use Ibexa\ProductCatalog\Local\Persistence\Legacy\Attribute\Boolean\StorageSchema;
+use Ibexa\ProductCatalog\Local\Persistence\Legacy\Attribute\Float\StorageSchema;
9
use Webmozart\Assert\Assert;
10
11
final class PercentStorageConverter implements StorageConverterInterface
0 commit comments