X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FResources%2Fconfig%2Fservices.yml;h=f03404ae5cd4cc4b67f2b65b4e6201333c2e920e;hb=b3437d58ae224121375c99e9288d8b808524e624;hp=520d43aff9d0a30519d67923b8b2cc5ea2b22e65;hpb=bd8c13e8b028bba7e8222c7e3f410e4444c794c5;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Resources/config/services.yml b/src/Wallabag/ImportBundle/Resources/config/services.yml index 520d43af..f03404ae 100644 --- a/src/Wallabag/ImportBundle/Resources/config/services.yml +++ b/src/Wallabag/ImportBundle/Resources/config/services.yml @@ -1,3 +1,7 @@ +imports: + - { resource: rabbit.yml } + - { resource: redis.yml } + services: wallabag_import.chain: class: Wallabag\ImportBundle\Import\ImportChain @@ -14,7 +18,6 @@ services: wallabag_import.pocket.import: class: Wallabag\ImportBundle\Import\PocketImport arguments: - - "@security.token_storage" - "@doctrine.orm.entity_manager" - "@wallabag_core.content_proxy" - "@craue_config"