mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 07:38: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;
|
return $importedEntry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abstract protected function prepareEntry(array $entry = []);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user