diff options
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/config/services.yml | 4 |
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 |