mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
We don't need that getter
This commit is contained in:
parent
ec97072152
commit
701d3066fb
1 changed files with 0 additions and 8 deletions
|
@ -97,14 +97,6 @@ abstract class AbstractImport implements ImportInterface
|
|||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get whether articles should be fetched for updated content.
|
||||
*/
|
||||
public function getDisableContentUpdate()
|
||||
{
|
||||
return $this->disableContentUpdate;
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetch content from the ContentProxy (using graby).
|
||||
* If it fails return the given entry to be saved in all case (to avoid user to loose the content).
|
||||
|
|
Loading…
Reference in a new issue