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
parent 1c406c70e0
commit 43141a0d92
3 changed files with 5 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ class container_configuration implements ConfigurationInterface
->booleanNode('exceptions')->defaultValue(false)->end()
->booleanNode('load_time')->defaultValue(false)->end()
->booleanNode('sql_explain')->defaultValue(false)->end()
->booleanNode('errors_show')->defaultValue(false)->end()
->end()
->end()
->arrayNode('twig')