forked from wallabag/wallabag
9 lines
268 B
YAML
9 lines
268 B
YAML
|
|
services:
|
||
|
|
wallabag_import.import.pocket_import:
|
||
|
|
class: Wallabag\ImportBundle\Import\PocketImport
|
||
|
|
arguments:
|
||
|
|
- @security.token_storage
|
||
|
|
- @session
|
||
|
|
- @doctrine.orm.entity_manager
|
||
|
|
- %pocket_consumer_key%
|