mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport
|
||||||
|
|
||||||
return $importedEntry;
|
return $importedEntry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abstract protected function prepareEntry(array $entry = []);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue