mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Rewrote importer to be more clean about the stage it is in.
This commit is contained in:
@@ -38,6 +38,15 @@ interface ImportJobRepositoryInterface
|
||||
*/
|
||||
public function create(string $type): ImportJob;
|
||||
|
||||
/**
|
||||
* Return import file content.
|
||||
*
|
||||
* @param ImportJob $job
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function uploadFileContents(ImportJob $job): string;
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*
|
||||
|
Reference in New Issue
Block a user