mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 03:53:37 +00:00
Merge branch 'develop' into v480
* develop: Fix #2204 CSV file fix for Belfius
This commit is contained in:
@@ -26,6 +26,7 @@ use FireflyIII\Import\Specifics\AbnAmroDescription;
|
||||
use FireflyIII\Import\Specifics\IngDescription;
|
||||
use FireflyIII\Import\Specifics\PresidentsChoice;
|
||||
use FireflyIII\Import\Specifics\SnsDescription;
|
||||
use FireflyIII\Import\Specifics\Belfius;
|
||||
|
||||
return [
|
||||
|
||||
@@ -37,6 +38,7 @@ return [
|
||||
'AbnAmroDescription' => AbnAmroDescription::class,
|
||||
'SnsDescription' => SnsDescription::class,
|
||||
'PresidentsChoice' => PresidentsChoice::class,
|
||||
'Belfius' => Belfius::class
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user