1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14990] Add core events to the Twig environment

PHPBB3-14990
This commit is contained in:
rxu
2017-01-11 22:50:50 +07:00
parent c5126af1df
commit 633bbc9c6d
2 changed files with 32 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ services:
- '@ext.manager'
- '@template.twig.loader'
- []
- '@dispatcher'
calls:
- [setLexer, ['@template.twig.lexer']]