forked from wallabag/wallabag
Add entry.saved event to import & rest
This commit is contained in:
@ -16,13 +16,6 @@ class PocketImport extends AbstractImport
|
||||
|
||||
const NB_ELEMENTS = 5000;
|
||||
|
||||
public function __construct(EntityManager $em, ContentProxy $contentProxy)
|
||||
{
|
||||
$this->em = $em;
|
||||
$this->contentProxy = $contentProxy;
|
||||
$this->logger = new NullLogger();
|
||||
}
|
||||
|
||||
/**
|
||||
* Only used for test purpose.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user