mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Create a fake routine, check for its progress.
This commit is contained in:
@@ -145,6 +145,14 @@ interface ImportJobRepositoryInterface
|
||||
*/
|
||||
public function setStatus(ImportJob $job, string $status): ImportJob;
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
* @param string $stage
|
||||
*
|
||||
* @return ImportJob
|
||||
*/
|
||||
public function setStage(ImportJob $job, string $stage): ImportJob;
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
* @param int $steps
|
||||
|
||||
Reference in New Issue
Block a user