[WebProfilerBundle] fixed typo

This commit is contained in:
Fabien Potencier 2011-03-30 20:03:34 +02:00
parent 6aa8a178c9
commit 33ee321d28

View File

@ -31,7 +31,7 @@ class Configuration
public function getConfigTree()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('swiftmailer');
$rootNode = $treeBuilder->root('web_profiler');
$rootNode
->children()