diff options
-rw-r--r-- | src/Wallabag/ImportBundle/Import/BrowserImport.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/ImportBundle/Import/BrowserImport.php b/src/Wallabag/ImportBundle/Import/BrowserImport.php index 1628cb47..78077324 100644 --- a/src/Wallabag/ImportBundle/Import/BrowserImport.php +++ b/src/Wallabag/ImportBundle/Import/BrowserImport.php | |||
@@ -231,4 +231,6 @@ abstract class BrowserImport extends AbstractImport | |||
231 | 231 | ||
232 | return $importedEntry; | 232 | return $importedEntry; |
233 | } | 233 | } |
234 | |||
235 | abstract protected function prepareEntry(array $entry = []); | ||
234 | } | 236 | } |