mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Add test for RabbitMQ
Also update Symfony deps
This commit is contained in:
parent
8664069e1a
commit
13470c3596
11 changed files with 487 additions and 2 deletions
|
@ -265,7 +265,7 @@ class PocketImport extends AbstractImport
|
|||
*/
|
||||
protected function setEntryAsRead(array $importedEntry)
|
||||
{
|
||||
$importedEntry['status'] = 1;
|
||||
$importedEntry['status'] = '1';
|
||||
|
||||
return $importedEntry;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue