Add missing abstract method prepareEntry in BrowserImport

This commit is contained in:
Nicolas Hart 2017-07-29 22:59:11 +02:00
parent d69a66a58e
commit fe312015d2

View file

@ -232,4 +232,6 @@ abstract class BrowserImport extends AbstractImport
return $importedEntry;
}
abstract protected function prepareEntry(array $entry = []);
}