소스 검색

[WebProfilerBundle] fixed typo

Fabien Potencier 14 년 전
부모
커밋
33ee321d28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php

+ 1 - 1
src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php

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