mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
Merge pull request #5336 from rubencm/ticket/12629
[ticket/12629] Add debug.errors_show
This commit is contained in:
@@ -39,6 +39,7 @@ class container_configuration implements ConfigurationInterface
|
||||
->booleanNode('load_time')->defaultValue(false)->end()
|
||||
->booleanNode('sql_explain')->defaultValue(false)->end()
|
||||
->booleanNode('memory')->defaultValue(false)->end()
|
||||
->booleanNode('show_errors')->defaultValue(false)->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('twig')
|
||||
|
Reference in New Issue
Block a user