1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Remove some deprecation

This commit is contained in:
Jeremy Benoist 2022-11-14 23:11:46 +01:00 committed by Kevin Decherf
parent 6c63b0e8f5
commit b41696fd1c
6 changed files with 14 additions and 17 deletions

View file

@ -152,6 +152,9 @@ services:
bd_guzzle_site_authenticator.site_config_builder:
alias: Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder
GuzzleHttp\Cookie\CookieJar:
alias: 'Wallabag\CoreBundle\Helper\FileCookieJar'
Wallabag\CoreBundle\Helper\HttpClientFactory:
calls:
- ["addSubscriber", ["@bd_guzzle_site_authenticator.authenticator_subscriber"]]