diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-23 11:32:48 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-26 18:14:12 +0100 |
commit | 7720cca5325eae71595e6355d6599448c30377fb (patch) | |
tree | 9e8589b42c3ba7d42d4601c4ed2feb597dfabf7c /src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php | |
parent | f38e03dc02c96344677fd2720912605b21c90b5d (diff) | |
download | wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.gz wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.zst wallabag-7720cca5325eae71595e6355d6599448c30377fb.zip |
Add annotator in baggy theme
+ Documentation about annotations
Diffstat (limited to 'src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php')
-rw-r--r-- | src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php b/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php index b58a17a0..2d0b64ad 100644 --- a/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php +++ b/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php | |||
@@ -16,8 +16,5 @@ class WallabagCommentExtension extends Extension | |||
16 | { | 16 | { |
17 | $configuration = new Configuration(); | 17 | $configuration = new Configuration(); |
18 | $config = $this->processConfiguration($configuration, $configs); | 18 | $config = $this->processConfiguration($configuration, $configs); |
19 | |||
20 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | ||
21 | $loader->load('services.yml'); | ||
22 | } | 19 | } |
23 | } | 20 | } |