mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
More code for new importer
This commit is contained in:
@@ -34,4 +34,14 @@ class AbnAmroDescription implements SpecificInterface
|
||||
{
|
||||
return 'Fixes possible problems with ABN Amro descriptions.';
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $row
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function run(array $row): array
|
||||
{
|
||||
return $row;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user