Entry: add archived_at property and updateArchived method

This commit is contained in:
Sébastien Viande
2018-04-11 11:42:52 +02:00
committed by Jeremy Benoist
parent 2f3af70e1a
commit 7975395d10
13 changed files with 132 additions and 15 deletions

View File

@ -135,7 +135,7 @@ class InstapaperImport extends AbstractImport
);
}
$entry->setArchived($importedEntry['is_archived']);
$entry->updateArchived($importedEntry['is_archived']);
$entry->setStarred($importedEntry['is_starred']);
$this->em->persist($entry);