mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
New code for updated import routine.
This commit is contained in:
@@ -31,6 +31,10 @@ use FireflyIII\Models\ImportJob;
|
||||
interface RoutineInterface
|
||||
{
|
||||
/**
|
||||
* At the end of each run(), the import routine must set the job to the expected status.
|
||||
*
|
||||
* The final status of the routine must be "provider_finished".
|
||||
*
|
||||
* @return bool
|
||||
* @throws FireflyException
|
||||
*/
|
||||
|
Reference in New Issue
Block a user