Skip to content

Commit 5bb6fcb

Browse files
authored
Removed argument not used (#187)
1 parent e1710ba commit 5bb6fcb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Resources/config/services.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
<service id="Http\Client\HttpClient" alias="httplug.client" public="false" />
6363

6464
<!-- ClientFactories -->
65-
<service id="httplug.factory.auto" class="Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory" public="false">
66-
<argument type="service" id="httplug.message_factory"/>
67-
</service>
65+
<service id="httplug.factory.auto" class="Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory" public="false" />
6866
<service id="httplug.factory.buzz" class="Http\HttplugBundle\ClientFactory\BuzzFactory" public="false">
6967
<argument type="service" id="httplug.message_factory"/>
7068
</service>

0 commit comments

Comments
 (0)