]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/BrowserImport.php
Add missing abstract method prepareEntry in BrowserImport
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / BrowserImport.php
index f11958247e4f3ac8622add715c59ab1e1c583eab..4d3073b727724f61dd9862c578a732f53c93e5be 100644 (file)
@@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport
 
         return $importedEntry;
     }
+
+    abstract protected function prepareEntry(array $entry = []);
 }