diff options
| author | rxu <rxu@mail.ru> | 2017-04-16 20:53:59 +0700 |
|---|---|---|
| committer | rxu <rxu@mail.ru> | 2017-04-16 23:40:16 +0700 |
| commit | fcc8e155ec309669bebbf6e0370cecfe64c95193 (patch) | |
| tree | 99bdec140f08170e7de71febb0393adf25a4c1ec /phpBB/config | |
| parent | 1ea114ca20bd4613420284d7bfc4c92ab0a817b4 (diff) | |
| download | forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar.gz forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar.bz2 forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar.xz forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.zip | |
[ticket/14990] Move dispatcher object to the front of the options array
PHPBB3-14990
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/default/container/services_twig.yml | 2 | ||||
| -rw-r--r-- | phpBB/config/installer/container/services.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/default/container/services_twig.yml b/phpBB/config/default/container/services_twig.yml index 132b1a3df8..a9b5b6d4cd 100644 --- a/phpBB/config/default/container/services_twig.yml +++ b/phpBB/config/default/container/services_twig.yml @@ -11,8 +11,8 @@ services: - '%core.template.cache_path%' - '@ext.manager' - '@template.twig.loader' - - [] - '@dispatcher' + - [] calls: - [setLexer, ['@template.twig.lexer']] diff --git a/phpBB/config/installer/container/services.yml b/phpBB/config/installer/container/services.yml index 7bab8f7835..7203c0ab10 100644 --- a/phpBB/config/installer/container/services.yml +++ b/phpBB/config/installer/container/services.yml @@ -84,8 +84,8 @@ services: - '%core.template.cache_path%' - null - '@template.twig.loader' - - [] - null + - [] calls: - [setLexer, ['@template.twig.lexer']] |
