X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fservices.yml;h=a57ef0f3d42e43f0d24c96dcb56183769d7b1b03;hb=31dd328df421f2bb012c3ff7632fd4a5e58bb408;hp=95b8f26f5b7b0509239b03f9e2ac48d5cd0415c2;hpb=8315130a75c8f411f76134b6205a017409583d50;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/services.yml b/app/config/services.yml index 95b8f26f..a57ef0f3 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -18,7 +18,10 @@ services: public: false arguments: - "@wallabag_core.entry_repository" + - "@wallabag_core.tag_repository" - "@security.token_storage" + - "%wallabag_core.cache_lifetime%" + - "@translator" tags: - { name: twig.extension }