1
0
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:
Marc Alexander
2018-12-03 21:18:59 +01:00
committed by GitHub
6 changed files with 8 additions and 5 deletions

View File

@@ -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')