mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
Split the importer and the setup routine.
This commit is contained in:
@@ -24,13 +24,6 @@ use Symfony\Component\HttpFoundation\FileBag;
|
||||
interface SetupInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* Run the actual import
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function start(): bool;
|
||||
|
||||
/**
|
||||
* After uploading, and after setJob(), prepare anything that is
|
||||
* necessary for the configure() line.
|
||||
|
||||
Reference in New Issue
Block a user