diff options
Diffstat (limited to 'app/config/services.yml')
-rw-r--r-- | app/config/services.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index b3ec7c51..a7fa9bfe 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -12,3 +12,8 @@ services: | |||
12 | class: Doctrine\Common\Cache\FilesystemCache | 12 | class: Doctrine\Common\Cache\FilesystemCache |
13 | arguments: | 13 | arguments: |
14 | - %kernel.cache_dir%/doctrine/metadata | 14 | - %kernel.cache_dir%/doctrine/metadata |
15 | |||
16 | twig.extension.text: | ||
17 | class: Twig_Extensions_Extension_Text | ||
18 | tags: | ||
19 | - { name: twig.extension } | ||