]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/config/services.yml
Fix issue #1991: correction of the height field to add articles
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
index 11d4d59b423f94e573c2bc543f10dcfd5bff431a..f8835198caff7d55ffa12a9a5bf1bf64aef0be8f 100644 (file)
@@ -115,10 +115,7 @@ services:
         tags:
             - { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true }
 
-    pagerfanta.view.wallabag_view:
-        class: Pagerfanta\View\OptionableView
+    wallabag_core.helper.redirect:
+        class: Wallabag\CoreBundle\Helper\Redirect
         arguments:
-            - "@pagerfanta.view.twitter_bootstrap"
-            - { proximity: 1 }
-        public: false
-        tags: [{ name: pagerfanta.view, alias: wallabag_view }]
+            - "@router"