mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
This fixes the tests (must still upload test database).
This commit is contained in:
@@ -22,10 +22,8 @@ interface ConfiguratorInterface
|
||||
{
|
||||
/**
|
||||
* ConfiguratorInterface constructor.
|
||||
*
|
||||
* @param ImportJob $job
|
||||
*/
|
||||
public function __construct(ImportJob $job);
|
||||
public function __construct();
|
||||
|
||||
/**
|
||||
* Store any data from the $data array into the job.
|
||||
@@ -36,6 +34,13 @@ interface ConfiguratorInterface
|
||||
*/
|
||||
public function configureJob(array $data): bool;
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setJob(ImportJob $job);
|
||||
|
||||
/**
|
||||
* Return the data required for the next step in the job configuration.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user