mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Add debug info and update routine for multiple accounts.
This commit is contained in:
@@ -108,6 +108,8 @@ trait TransactionServiceTrait
|
||||
$repository = app(AccountRepositoryInterface::class);
|
||||
$repository->setUser($this->user);
|
||||
|
||||
Log::debug(sprintf('Going to find account #%d ("%s")', $accountId, $accountName));
|
||||
|
||||
if (null === $expectedType) {
|
||||
return $repository->findNull($accountId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user