]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/AnnotationBundle/DependencyInjection/Configuration.php
Rename CommentBundle with AnnotationBundle
[github/wallabag/wallabag.git] / src / Wallabag / AnnotationBundle / DependencyInjection / Configuration.php
similarity index 74%
rename from src/Wallabag/CommentBundle/DependencyInjection/Configuration.php
rename to src/Wallabag/AnnotationBundle/DependencyInjection/Configuration.php
index bc8d0615cb6473a4b1aed8153aac465010603cfc..5e4e4e9c7255cd7a55cbdd2e0514b393eb7bd131 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Wallabag\CommentBundle\DependencyInjection;
+namespace Wallabag\AnnotationBundle\DependencyInjection;
 
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
 use Symfony\Component\Config\Definition\ConfigurationInterface;
@@ -13,7 +13,7 @@ class Configuration implements ConfigurationInterface
     public function getConfigTreeBuilder()
     {
         $treeBuilder = new TreeBuilder();
-        $rootNode = $treeBuilder->root('wallabag_comment');
+        $rootNode = $treeBuilder->root('wallabag_annotation');
 
         return $treeBuilder;
     }