mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
🤖 Auto commit for release 'develop' on 2025-07-02
This commit is contained in:
@@ -613,7 +613,7 @@ class OperatorQuerySearch implements SearchInterface
|
||||
Log::debug(sprintf('Found account with ID #%d ("%s")', $accountId, $account->name));
|
||||
$collection->push($account);
|
||||
}
|
||||
if(null === $account) {
|
||||
if (null === $account) {
|
||||
Log::debug(sprintf('Did not find account with ID #%d', $accountId));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user