Skip to content

Commit

Permalink
fix: add missing client factory service
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed May 11, 2023
1 parent 6a66e4a commit cd2390a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<argument/>
<argument type="service" id="Symfony\Component\Routing\Generator\UrlGeneratorInterface"/>
</service>

<service id="Shopware\App\SDK\HttpClient\ClientFactory"/>

<service id="Shopware\App\SDK\AppConfiguration">
<factory service="Shopware\AppBundle\DependencyInjection\AppConfigurationFactory" method="newConfiguration"/>
Expand Down Expand Up @@ -69,4 +71,4 @@
<service id="Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface" class="Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory"/>
<service id="Symfony\Bridge\PsrHttpMessage\EventListener\PsrResponseListener"/>
</services>
</container>
</container>

0 comments on commit cd2390a

Please sign in to comment.