reimport v1 entries if they were not fetched

This commit is contained in:
Thomas Citharel
2016-02-11 13:27:17 +01:00
parent ae5b37ef2e
commit 0783c99a19
4 changed files with 32 additions and 7 deletions

View File

@ -28,6 +28,7 @@ services:
class: Wallabag\ImportBundle\Import\WallabagV1Import
arguments:
- "@doctrine.orm.entity_manager"
- "@wallabag_core.content_proxy"
calls:
- [ setLogger, [ "@logger" ]]
tags:
@ -37,6 +38,7 @@ services:
class: Wallabag\ImportBundle\Import\WallabagV2Import
arguments:
- "@doctrine.orm.entity_manager"
- "@wallabag_core.content_proxy"
calls:
- [ setLogger, [ "@logger" ]]
tags: