mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 02:10:22 -06:00
This commit is contained in:
parent
62509f7c18
commit
a153735ac3
@ -86,7 +86,7 @@ class AccountValidator
|
|||||||
app('log')->debug('AccountValidator source is set to NULL');
|
app('log')->debug('AccountValidator source is set to NULL');
|
||||||
}
|
}
|
||||||
if (null !== $account) {
|
if (null !== $account) {
|
||||||
app('log')->debug(sprintf('AccountValidator source is set to #%d: "%s" (%s)', $account->id, $account->name, $account->accountType->type));
|
app('log')->debug(sprintf('AccountValidator source is set to #%d: "%s" (%s)', $account->id, $account->name, $account->accountType?->type));
|
||||||
}
|
}
|
||||||
$this->source = $account;
|
$this->source = $account;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user