We don't need that getter

This commit is contained in:
Jeremy Benoist 2017-06-01 12:46:07 +02:00
parent ec97072152
commit 701d3066fb
No known key found for this signature in database
GPG key ID: FB413A58C7715C86

View file

@ -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).