mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix iban in test data.
This commit is contained in:
parent
29be16dcba
commit
0d39161ec3
@ -73,7 +73,7 @@ class TestData
|
||||
'active' => 1,
|
||||
'encrypted' => 1,
|
||||
'virtual_balance' => 0,
|
||||
'iban' => $account['iban'] ?? null,
|
||||
'iban' => isset($account['iban']) ? Crypt::encrypt($account['iban']) : null,
|
||||
];
|
||||
}
|
||||
DB::table('accounts')->insert($insert);
|
||||
|
Loading…
Reference in New Issue
Block a user