X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fservices.yml;h=c2c867cf04dde5dc88749bf9b79172403c214a79;hb=d50c93f05585485157668888afa3660f88f3a572;hp=7b85d846bbbe5dea783885eec1c9aec8005b7ad4;hpb=ef204e45b04e1526eec17ae1e413a3b60404ab61;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 }