diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/services_twig.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/services_twig.yml b/phpBB/config/default/services_twig.yml index 0745d8b47e..06ce5bc15c 100644 --- a/phpBB/config/default/services_twig.yml +++ b/phpBB/config/default/services_twig.yml @@ -1,5 +1,5 @@ parameters: - core.template.cache_path: %core.root_path%cache/twig/ + core.template.cache_path: %core.root_path%cache/%environment%/twig/ services: template.twig.environment: |