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 2849de5 commit 9b5ac5cCopy full SHA for 9b5ac5c
src/Resources/config/services.xml
@@ -7,7 +7,8 @@
7
<services>
8
9
<service id="Frosh\ThumbnailProcessor\Service\UrlGeneratorDecorator"
10
- decorates="Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface">
+ decorates="Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface"
11
+ lazy="true">
12
<argument type="service" id="Frosh\ThumbnailProcessor\Service\UrlGeneratorDecorator.inner"/>
13
<argument type="service" id="Frosh\ThumbnailProcessor\Service\ThumbnailUrlTemplateInterface"/>
14
<argument type="service" id="request_stack"/>
0 commit comments