Change flash message for queued articles

This commit is contained in:
Jeremy Benoist
2016-09-13 21:09:05 +02:00
parent e01a3c98d6
commit c80cc01afa
22 changed files with 65 additions and 56 deletions

View File

@ -172,17 +172,6 @@ class PocketImport extends AbstractImport
return true;
}
/**
* {@inheritdoc}
*/
public function getSummary()
{
return [
'skipped' => $this->skippedEntries,
'imported' => $this->importedEntries,
];
}
/**
* Set the Guzzle client.
*