mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Code cleanup
This commit is contained in:
@@ -142,7 +142,7 @@ class TransactionFactory
|
||||
|
||||
return;
|
||||
}
|
||||
if ('' !== (string)$this->account->iban) {
|
||||
if ('' !== (string) $this->account->iban) {
|
||||
app('log')->debug('Account already has IBAN information, will not update.');
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user