X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Fservices.yml;h=a57ef0f3d42e43f0d24c96dcb56183769d7b1b03;hb=52c1fc7449554c942c945e6c740e0e11d2f60a0d;hp=480408d918c3e01ea34cc74ea61fd919ff7b82b0;hpb=a417b869237763ee115982d6367a82aa6174d74e;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/services.yml b/app/config/services.yml index 480408d9..a57ef0f3 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -16,6 +16,12 @@ 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%" + - "@translator" tags: - { name: twig.extension }