1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Merge pull request #2842 from K-Phoen/update-rulerz

Update RulerZ
This commit is contained in:
Jeremy Benoist 2017-02-06 09:20:28 +01:00 committed by GitHub
commit 99cc170b0e
3 changed files with 4 additions and 5 deletions

View file

@ -117,12 +117,12 @@ services:
wallabag.operator.array.matches:
class: Wallabag\CoreBundle\Operator\PHP\Matches
tags:
- { name: rulerz.operator, executor: rulerz.executor.array, operator: matches }
- { name: rulerz.operator, target: native, operator: matches }
wallabag.operator.doctrine.matches:
class: Wallabag\CoreBundle\Operator\Doctrine\Matches
tags:
- { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true }
- { name: rulerz.operator, target: doctrine, operator: matches, inline: true }
wallabag_core.helper.redirect:
class: Wallabag\CoreBundle\Helper\Redirect