mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-01 08:26:48 +01:00
Merge pull request #3299 from nclsHart/missing-method-prepare-entry
Add missing abstract method prepareEntry in BrowserImport
This commit is contained in:
commit
e492f8da13
@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport
|
||||
|
||||
return $importedEntry;
|
||||
}
|
||||
|
||||
abstract protected function prepareEntry(array $entry = []);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user