aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Resources')
-rw-r--r--src/Wallabag/ImportBundle/Resources/config/redis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Resources/config/redis.yml b/src/Wallabag/ImportBundle/Resources/config/redis.yml
index c47778b8..c9c2cf26 100644
--- a/src/Wallabag/ImportBundle/Resources/config/redis.yml
+++ b/src/Wallabag/ImportBundle/Resources/config/redis.yml
@@ -107,12 +107,12 @@ services:
107 - "@wallabag_core.redis.client" 107 - "@wallabag_core.redis.client"
108 - "wallabag.import.chrome" 108 - "wallabag.import.chrome"
109 109
110 wallabag_import.producer.redis.firefox: 110 wallabag_import.producer.redis.chrome:
111 class: Wallabag\ImportBundle\Redis\Producer 111 class: Wallabag\ImportBundle\Redis\Producer
112 arguments: 112 arguments:
113 - "@wallabag_import.queue.redis.chrome" 113 - "@wallabag_import.queue.redis.chrome"
114 114
115 wallabag_import.consumer.redis.firefox: 115 wallabag_import.consumer.redis.chrome:
116 class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer 116 class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
117 arguments: 117 arguments:
118 - "@doctrine.orm.entity_manager" 118 - "@doctrine.orm.entity_manager"