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 e1710ba commit 5bb6fcbCopy full SHA for 5bb6fcb
Resources/config/services.xml
@@ -62,9 +62,7 @@
62
<service id="Http\Client\HttpClient" alias="httplug.client" public="false" />
63
64
<!-- ClientFactories -->
65
- <service id="httplug.factory.auto" class="Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory" public="false">
66
- <argument type="service" id="httplug.message_factory"/>
67
- </service>
+ <service id="httplug.factory.auto" class="Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory" public="false" />
68
<service id="httplug.factory.buzz" class="Http\HttplugBundle\ClientFactory\BuzzFactory" public="false">
69
<argument type="service" id="httplug.message_factory"/>
70
</service>
0 commit comments