1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12630] Add debug.url_matcher

PHPBB3-12630
This commit is contained in:
Rubén Calvo
2018-09-01 01:37:08 +02:00
committed by rubencm
parent d94ee3f864
commit f8888c62ca
3 changed files with 3 additions and 1 deletions

View File

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