Skip to content

Commit fbd0bff

Browse files
[HttpKernel] allow ignoring kernel.reset methods that don't exist
1 parent 8194642 commit fbd0bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/http_client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
])
3131
->call('setLogger', [service('logger')->ignoreOnInvalid()])
3232
->tag('monolog.logger', ['channel' => 'http_client'])
33+
->tag('kernel.reset', ['method' => 'reset', 'on_invalid' => 'ignore'])
3334
->tag('http_client.client')
3435

3536
->alias(HttpClientInterface::class, 'http_client')

0 commit comments

Comments
 (0)