Update providers and repositories for new import job fields

This commit is contained in:
James Cole
2018-04-29 18:07:14 +02:00
parent 7390e20218
commit f74a6dffca
4 changed files with 85 additions and 107 deletions

View File

@@ -67,11 +67,11 @@ interface ImportJobRepositoryInterface
public function countByHash(string $hash): int;
/**
* @param string $type
* @param string $importProvider
*
* @return ImportJob
*/
public function create(string $type): ImportJob;
public function create(string $importProvider): ImportJob;
/**
* @param string $key