diff options
Diffstat (limited to 'phpBB/config/services.yml')
| -rw-r--r-- | phpBB/config/services.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 5003697564..f86850b746 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -12,6 +12,7 @@ imports: - { resource: notification.yml } - { resource: password.yml } - { resource: profilefield.yml } + - { resource: twig.yml } - { resource: user.yml } - { resource: tables.yml } @@ -167,6 +168,9 @@ services: - @config - @user - @template_context + - @template.twig.environment + - %core.template.cache_path% + - @template.twig.extensions.collection - @ext.manager template_context: |
