We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd71346 commit ba9c6a2Copy full SHA for ba9c6a2
src/DependencyInjection/Configuration.php
@@ -61,16 +61,6 @@ public function getConfigTreeBuilder(): TreeBuilder
61
$treeBuilder->getRootNode()
62
->fixXmlConfig('driver')
63
->children()
64
- ->arrayNode('profiling')
65
- ->info('Profiling configuration')
66
- ->canBeEnabled()
67
- ->children()
68
- ->booleanNode('enabled')
69
- ->info('Enable profiling')
70
- ->defaultFalse()
71
- ->end()
72
73
74
->append($this->decorateDriverConfig())
75
->append($this->decorateSessionConfig())
76
->append($this->decorateTransactionConfig())
0 commit comments