mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Disable not working imports [skip ci]
This commit is contained in:
parent
3f62cf512f
commit
9e8d7b18fa
@ -24,9 +24,9 @@ declare(strict_types=1);
|
||||
return [
|
||||
'enabled' => [
|
||||
'file' => true,
|
||||
'bunq' => true,
|
||||
'spectre' => true,
|
||||
'plaid' => true,
|
||||
'bunq' => false,
|
||||
'spectre' => false,
|
||||
'plaid' => false,
|
||||
],
|
||||
'prerequisites' => [
|
||||
'file' => 'FireflyIII\Import\Prerequisites\FilePrerequisites',
|
||||
|
Loading…
Reference in New Issue
Block a user