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

Merge branch 'ticket/16898' into ticket/16898-master

This commit is contained in:
Marc Alexander
2021-10-26 20:24:35 +02:00
3 changed files with 9 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ class container_configuration implements ConfigurationInterface
->booleanNode('show_errors')->defaultValue(false)->end()
->booleanNode('url_generator')->defaultValue(false)->end()
->booleanNode('url_matcher')->defaultValue(false)->end()
->booleanNode('error_handler')->defaultValue(false)->end()
->end()
->end()
->arrayNode('twig')