mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Add missing abstract method prepareEntry in BrowserImport
This commit is contained in:
parent
d69a66a58e
commit
fe312015d2
1 changed files with 2 additions and 0 deletions
|
@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport
|
|||
|
||||
return $importedEntry;
|
||||
}
|
||||
|
||||
abstract protected function prepareEntry(array $entry = []);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue