Skip to content

Commit

Permalink
[WebProfilerBundle] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 30, 2011
1 parent 6aa8a17 commit 33ee321
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ class Configuration
public function getConfigTree()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('swiftmailer');
$rootNode = $treeBuilder->root('web_profiler');

$rootNode
->children()
Expand Down

0 comments on commit 33ee321

Please sign in to comment.