mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Add some debug.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user