mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
More code for new importer
This commit is contained in:
@@ -28,4 +28,11 @@ interface SpecificInterface
|
||||
*/
|
||||
static public function getDescription(): string;
|
||||
|
||||
/**
|
||||
* @param array $row
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function run(array $row): array;
|
||||
|
||||
}
|
Reference in New Issue
Block a user