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 8194642 commit fbd0bffCopy full SHA for fbd0bff
Resources/config/http_client.php
@@ -30,6 +30,7 @@
30
])
31
->call('setLogger', [service('logger')->ignoreOnInvalid()])
32
->tag('monolog.logger', ['channel' => 'http_client'])
33
+ ->tag('kernel.reset', ['method' => 'reset', 'on_invalid' => 'ignore'])
34
->tag('http_client.client')
35
36
->alias(HttpClientInterface::class, 'http_client')
0 commit comments