aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-12 20:38:56 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-12 20:38:56 +0200
commitc95e39c51ae914c89321371018642dbb69a3b851 (patch)
tree5c223089d1e2fede5112371fcf8f700f8aabe55b /src/Wallabag/CoreBundle/Resources/config/services.yml
parent63995be5ee248af5cb9381183afd8810202d7799 (diff)
downloadwallabag-c95e39c51ae914c89321371018642dbb69a3b851.tar.gz
wallabag-c95e39c51ae914c89321371018642dbb69a3b851.tar.zst
wallabag-c95e39c51ae914c89321371018642dbb69a3b851.zip
Lost in translation pager
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
index 11d4d59b..6dc1f1d7 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.yml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -114,11 +114,3 @@ services:
114 class: Wallabag\CoreBundle\Operator\Doctrine\Matches 114 class: Wallabag\CoreBundle\Operator\Doctrine\Matches
115 tags: 115 tags:
116 - { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true } 116 - { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true }
117
118 pagerfanta.view.wallabag_view:
119 class: Pagerfanta\View\OptionableView
120 arguments:
121 - "@pagerfanta.view.twitter_bootstrap"
122 - { proximity: 1 }
123 public: false
124 tags: [{ name: pagerfanta.view, alias: wallabag_view }]