mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Accounts can now have IBAN.
This commit is contained in:
@@ -126,6 +126,7 @@ class TestDataSeeder extends Seeder
|
||||
'name' => $name,
|
||||
'active' => 1,
|
||||
'encrypted' => 1,
|
||||
'iban' => 'GB82WEST12345698765432'
|
||||
]
|
||||
);
|
||||
foreach ($assetMeta[$index] as $name => $value) {
|
||||
|
||||
Reference in New Issue
Block a user