Add logger to FileCookieJar

This commit is contained in:
Jeremy Benoist
2019-07-24 16:07:38 +02:00
parent 9a80dcf11e
commit 51d7f62b31
2 changed files with 22 additions and 1 deletions

View File

@ -83,7 +83,9 @@ services:
wallabag_core.guzzle.cookie_jar:
class: Wallabag\CoreBundle\Helper\FileCookieJar
arguments: ["%kernel.cache_dir%/cookiejar.json"]
arguments:
- "@logger"
- "%kernel.cache_dir%/cookiejar.json"
wallabag_core.content_proxy:
class: Wallabag\CoreBundle\Helper\ContentProxy