mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 16:41:59 -06:00
Add some debug.
This commit is contained in:
parent
891cd94031
commit
a38f909919
@ -89,6 +89,7 @@ trait TransactionValidation
|
|||||||
Log::error(sprintf('Transactions array is not countable, because its a %s', gettype($transactions)));
|
Log::error(sprintf('Transactions array is not countable, because its a %s', gettype($transactions)));
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
Log::debug('Returning transactions.', $transactions);
|
||||||
|
|
||||||
return $transactions;
|
return $transactions;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user