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

[ticket/12629] Add debug.errors_show

PHPBB3-12629
This commit is contained in:
Rubén Calvo
2018-09-01 01:47:10 +02:00
committed by Marc Alexander
parent 84b6dd7e5f
commit ba088f6bdc
3 changed files with 5 additions and 2 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('errors_show')->defaultValue(false)->end()
->end()
->end()
->arrayNode('twig')