]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php
Move annotatorjs to the bottom of the body
[github/wallabag/wallabag.git] / src / Wallabag / CommentBundle / DependencyInjection / WallabagCommentExtension.php
index b58a17a0091eb70dfbc0f783cad17a7fe427b84e..6b05fa0015b3fbee9e0553b97f59119b9f898e5e 100644 (file)
@@ -3,9 +3,7 @@
 namespace Wallabag\CommentBundle\DependencyInjection;
 
 use Symfony\Component\DependencyInjection\ContainerBuilder;
-use Symfony\Component\Config\FileLocator;
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
-use Symfony\Component\DependencyInjection\Loader;
 
 class WallabagCommentExtension extends Extension
 {
@@ -16,8 +14,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');
     }
 }