]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Resources/config/services.yml
Jump to Symfony 3.4
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Resources / config / services.yml
index b224a6a2341266eefa6cfde691f9f5d9463a7862..2dd7dff8cd8b391b3f4edde560f91723a7690164 100644 (file)
@@ -112,3 +112,11 @@ services:
             - [ setLogger, [ "@logger" ]]
         tags:
             -  { name: wallabag_import.import, alias: chrome }
+
+    wallabag_import.command.import:
+        class: Wallabag\ImportBundle\Command\ImportCommand
+        tags: ['console.command']
+
+    wallabag_import.command.redis_worker:
+        class: Wallabag\ImportBundle\Command\RedisWorkerCommand
+        tags: ['console.command']