forked from wallabag/wallabag
Add missing abstract method prepareEntry in BrowserImport
This commit is contained in:
@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport
|
||||
|
||||
return $importedEntry;
|
||||
}
|
||||
|
||||
abstract protected function prepareEntry(array $entry = []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user