This commit is contained in:
James Cole
2019-08-11 17:32:00 +02:00
parent cc243f9fb7
commit 1d2c834b2c
4 changed files with 13 additions and 16 deletions

View File

@@ -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);