This commit is contained in:
Jeremy Benoist
2016-09-05 09:35:42 +02:00
parent 3849a9f323
commit 3aca0a9f00
4 changed files with 2 additions and 6 deletions

View File

@ -18,6 +18,8 @@ abstract class AbstractImport implements ImportInterface
protected $producer;
protected $user;
protected $markAsRead;
protected $skippedEntries = 0;
protected $importedEntries = 0;
public function __construct(EntityManager $em, ContentProxy $contentProxy)
{