]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php
Add annotator in baggy theme
[github/wallabag/wallabag.git] / src / Wallabag / CommentBundle / DependencyInjection / WallabagCommentExtension.php
index b58a17a0091eb70dfbc0f783cad17a7fe427b84e..2d0b64ad179b94be3b8cfda53a0cb5689d35907b 100644 (file)
@@ -16,8 +16,5 @@ class WallabagCommentExtension extends Extension
     {
         $configuration = new Configuration();
         $config = $this->processConfiguration($configuration, $configs);
-
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
-        $loader->load('services.yml');
     }
 }