We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cbd7b commit e81c202Copy full SHA for e81c202
integrations/symfony-bundle.rst
@@ -148,7 +148,7 @@ You can configure your clients with default options. These default values will b
148
.. code-block:: php
149
150
$httpClient = $this->container->get('httplug.client.my_guzzle5');
151
- $httpClient = $this->container->get('httplug.client.curl');
+ $httpClient = $this->container->get('httplug.client.acme');
152
153
// will be the same as ``httplug.client.my_guzzle5``
154
$httpClient = $this->container->get('httplug.client');
0 commit comments