X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Fservices.yml;h=76bbce27c741b49aeae4898e87ca469305630d35;hb=13a522dfbd64d1eb14b6e3715289753b0506ded0;hp=480408d918c3e01ea34cc74ea61fd919ff7b82b0;hpb=c95e39c51ae914c89321371018642dbb69a3b851;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/services.yml b/app/config/services.yml index 480408d9..76bbce27 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -16,6 +16,11 @@ services: wallabag.twig_extension: class: Wallabag\CoreBundle\Twig\WallabagExtension public: false + arguments: + - "@wallabag_core.entry_repository" + - "@wallabag_core.tag_repository" + - "@security.token_storage" + - "%wallabag_core.cache_lifetime%" tags: - { name: twig.extension }