mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code for #2397
This commit is contained in:
@@ -64,7 +64,7 @@ class AssetAccountMapper
|
||||
*/
|
||||
public function map(?int $accountId, array $data): Account
|
||||
{
|
||||
Log::debug('Now in AssetAccountMapper::map()');
|
||||
Log::debug(sprintf('Now in AssetAccountMapper::map(%d)', $accountId), $data);
|
||||
if ((int)$accountId > 0) {
|
||||
// find asset account with this ID:
|
||||
$result = $this->repository->findNull($accountId);
|
||||
|
Reference in New Issue
Block a user