X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fservices.yml;h=c2c867cf04dde5dc88749bf9b79172403c214a79;hb=0e8a0f77d0b643a884e6687bd9c463267852a970;hp=7b85d846bbbe5dea783885eec1c9aec8005b7ad4;hpb=1953a872932a63792293b4aec087880265ba89f7;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/services.yml b/app/config/services.yml index 7b85d846..c2c867cf 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -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 }