mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Update providers and repositories for new import job fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user