🤖 Auto commit for release 'develop' on 2025-07-02

This commit is contained in:
JC5
2025-07-02 19:38:36 +02:00
parent 7d9f3ac473
commit 3feb2c9955

View File

@@ -613,7 +613,7 @@ class OperatorQuerySearch implements SearchInterface
Log::debug(sprintf('Found account with ID #%d ("%s")', $accountId, $account->name)); Log::debug(sprintf('Found account with ID #%d ("%s")', $accountId, $account->name));
$collection->push($account); $collection->push($account);
} }
if(null === $account) { if (null === $account) {
Log::debug(sprintf('Did not find account with ID #%d', $accountId)); Log::debug(sprintf('Did not find account with ID #%d', $accountId));
} }
} }