1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Merge pull request #5313 from senky/ticket/12628

[ticket/12628] Introduce debug.memory
This commit is contained in:
Marc Alexander
2018-10-09 14:05:42 +02:00
committed by GitHub
4 changed files with 18 additions and 10 deletions

View File

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