From 4dc872238a61f33c886c423c5812cc578b3b1cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 26 Feb 2016 13:59:08 +0100 Subject: Rename CommentBundle with AnnotationBundle --- .../WallabagAnnotationExtension.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/Wallabag/AnnotationBundle/DependencyInjection/WallabagAnnotationExtension.php (limited to 'src/Wallabag/AnnotationBundle/DependencyInjection/WallabagAnnotationExtension.php') diff --git a/src/Wallabag/AnnotationBundle/DependencyInjection/WallabagAnnotationExtension.php b/src/Wallabag/AnnotationBundle/DependencyInjection/WallabagAnnotationExtension.php new file mode 100644 index 00000000..159576d6 --- /dev/null +++ b/src/Wallabag/AnnotationBundle/DependencyInjection/WallabagAnnotationExtension.php @@ -0,0 +1,18 @@ +processConfiguration($configuration, $configs); + } +} -- cgit v1.2.3