1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16898] Do not restrict the debug error handler to the dev env

PHPBB3-16898
This commit is contained in:
Tristan Darricau
2021-10-21 21:00:33 +02:00
committed by Marc Alexander
parent 99734fc648
commit 1d4fbd240e
3 changed files with 9 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class container_configuration implements ConfigurationInterface
->booleanNode('sql_explain')->defaultValue(false)->end()
->booleanNode('memory')->defaultValue(false)->end()
->booleanNode('show_errors')->defaultValue(false)->end()
->booleanNode('error_handler')->defaultValue(false)->end()
->end()
->end()
->arrayNode('twig')