aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2017-02-06 09:20:28 +0100
committerGitHub <noreply@github.com>2017-02-06 09:20:28 +0100
commit99cc170b0eee43190817a5fb9f5a404835c5d2dd (patch)
tree6701140e80857fa165fa677a673bb9ebeae6d044 /src
parent10caff98759d37ca1553895f6325611a994b3f88 (diff)
parent177c5510ff7d544a011cb73f419e371c9e054f86 (diff)
downloadwallabag-99cc170b0eee43190817a5fb9f5a404835c5d2dd.tar.gz
wallabag-99cc170b0eee43190817a5fb9f5a404835c5d2dd.tar.zst
wallabag-99cc170b0eee43190817a5fb9f5a404835c5d2dd.zip
Merge pull request #2842 from K-Phoen/update-rulerz
Update RulerZ
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
index fadd5e49..036735ec 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.yml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -117,12 +117,12 @@ services:
117 wallabag.operator.array.matches: 117 wallabag.operator.array.matches:
118 class: Wallabag\CoreBundle\Operator\PHP\Matches 118 class: Wallabag\CoreBundle\Operator\PHP\Matches
119 tags: 119 tags:
120 - { name: rulerz.operator, executor: rulerz.executor.array, operator: matches } 120 - { name: rulerz.operator, target: native, operator: matches }
121 121
122 wallabag.operator.doctrine.matches: 122 wallabag.operator.doctrine.matches:
123 class: Wallabag\CoreBundle\Operator\Doctrine\Matches 123 class: Wallabag\CoreBundle\Operator\Doctrine\Matches
124 tags: 124 tags:
125 - { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true } 125 - { name: rulerz.operator, target: doctrine, operator: matches, inline: true }
126 126
127 wallabag_core.helper.redirect: 127 wallabag_core.helper.redirect:
128 class: Wallabag\CoreBundle\Helper\Redirect 128 class: Wallabag\CoreBundle\Helper\Redirect