forked from wallabag/wallabag
cs & tests for wllbg v1 import
This commit is contained in:
committed by
Jeremy Benoist
parent
c10fcb3bbb
commit
c32ae320fe
@ -124,7 +124,6 @@ class PocketImport implements ImportInterface
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Set whether articles must be all marked as read.
|
||||
*
|
||||
|
||||
@ -128,7 +128,6 @@ class WallabagV1Import implements ImportInterface
|
||||
*/
|
||||
public function setMarkAsRead($markAsRead)
|
||||
{
|
||||
var_dump($markAsRead);
|
||||
$this->markAsRead = $markAsRead;
|
||||
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user