X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=src%2FWallabag%2FImportBundle%2FResources%2Fconfig%2Fservices.yml;h=89adc71b3453a4dd720b3a99bcc0ce5a438a1fd1;hb=4d318f37555772e43906d917a1c8594cec040acf;hp=990f336dfd5338ffc983bd06fdc1632d27f149f3;hpb=d6de23a100221ae1afaa92a58af17a17d0c6614e;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Resources/config/services.yml b/src/Wallabag/ImportBundle/Resources/config/services.yml index 990f336d..89adc71b 100644 --- a/src/Wallabag/ImportBundle/Resources/config/services.yml +++ b/src/Wallabag/ImportBundle/Resources/config/services.yml @@ -57,6 +57,16 @@ services: tags: - { name: wallabag_import.import, alias: readability } + wallabag_import.instapaper.import: + class: Wallabag\ImportBundle\Import\InstapaperImport + arguments: + - "@doctrine.orm.entity_manager" + - "@wallabag_core.content_proxy" + calls: + - [ setLogger, [ "@logger" ]] + tags: + - { name: wallabag_import.import, alias: instapaper } + wallabag_import.firefox.import: class: Wallabag\ImportBundle\Import\FirefoxImport arguments: