]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/services.yml
Enhanced navigation menu in material theme
[github/wallabag/wallabag.git] / app / config / services.yml
index 7b85d846bbbe5dea783885eec1c9aec8005b7ad4..c2c867cf04dde5dc88749bf9b79172403c214a79 100644 (file)
@@ -2,12 +2,6 @@ parameters:
     lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
 
 services:
-    # used for tests
-    filesystem_cache:
-        class: Doctrine\Common\Cache\FilesystemCache
-        arguments:
-            - "%kernel.cache_dir%/doctrine/metadata"
-
     twig.extension.text:
         class: Twig_Extensions_Extension_Text
         tags:
@@ -22,6 +16,7 @@ services:
             - "@security.token_storage"
             - "%wallabag_core.cache_lifetime%"
             - "@translator"
+            - "%kernel.root_dir%"
         tags:
             - { name: twig.extension }