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 6a82931 commit ca12237Copy full SHA for ca12237
src/DataMapper/Product/ImageProductDataMapper.php
@@ -14,7 +14,7 @@ final class ImageProductDataMapper implements ProductDataMapperInterface
14
{
15
public function __construct(
16
private readonly CacheManager $cacheManager,
17
- private readonly string $filter = 'sylius_shop_product_large_thumbnail',
+ private readonly string $filter = 'sylius_original',
18
) {
19
}
20
0 commit comments