mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12630] Add debug.url_matcher
PHPBB3-12630
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user