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 f1195824..4d3073b7 100644 --- a/src/Wallabag/ImportBundle/Import/BrowserImport.php +++ b/src/Wallabag/ImportBundle/Import/BrowserImport.php | |||
@@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport | |||
232 | 232 | ||
233 | return $importedEntry; | 233 | return $importedEntry; |
234 | } | 234 | } |
235 | |||
236 | abstract protected function prepareEntry(array $entry = []); | ||
235 | } | 237 | } |