X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Fservices.yml;h=a57ef0f3d42e43f0d24c96dcb56183769d7b1b03;hb=f6aff9a7a8e2622a0911555a8b49ca516dda0cf5;hp=71862fd254b93caecc88f076501a9b9d3ffba2d8;hpb=07643dde08a7cd3f5a556021643e64dd1d5e89f2;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/services.yml b/app/config/services.yml index 71862fd2..a57ef0f3 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -6,7 +6,7 @@ services: filesystem_cache: class: Doctrine\Common\Cache\FilesystemCache arguments: - - %kernel.cache_dir%/doctrine/metadata + - "%kernel.cache_dir%/doctrine/metadata" twig.extension.text: class: Twig_Extensions_Extension_Text @@ -16,14 +16,18 @@ 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 } wallabag.twig_piwik_extension: - class: Wallabag\CoreBundle\Twig\WallabagPiwikExtension + class: PiwikTwigExtension\PiwikTwigExtension public: false - arguments: - - "@craue_config" tags: - { name: twig.extension }