Rewrote Wallabag v1 import

This commit is contained in:
Jeremy Benoist
2015-12-30 13:26:30 +01:00
parent 252ebd6071
commit b1d05721cf
14 changed files with 405 additions and 94 deletions

View File

@ -18,3 +18,10 @@ services:
calls:
- [ setClient, [ "@wallabag_import.pocket.client" ] ]
- [ setLogger, [ "@logger" ]]
wallabag_import.wallabag_v1.import:
class: Wallabag\ImportBundle\Import\WallabagV1Import
arguments:
- "@doctrine.orm.entity_manager"
calls:
- [ setLogger, [ "@logger" ]]