mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
New importers.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace FireflyIII\Import\Converter;
|
||||
|
||||
use FireflyIII\User;
|
||||
|
||||
/**
|
||||
@@ -25,6 +26,11 @@ interface ConverterInterface
|
||||
*/
|
||||
public function convert($value);
|
||||
|
||||
/**
|
||||
* @param array $config
|
||||
*/
|
||||
public function setConfig(array $config);
|
||||
|
||||
/**
|
||||
* @param bool $doMap
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user