Merge pull request #10296 from firefly-iii/release-1747034656

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-05-12 09:24:22 +02:00
committed by GitHub

View File

@@ -474,9 +474,7 @@ class TransactionJournalFactory
/**
* @throws FireflyException
*/
private function getCurrency(?TransactionCurrency $currency, Account $account): TransactionCurrency
private function getCurrency(?TransactionCurrency $currency, Account $account): TransactionCurrency
{
Log::debug(sprintf('Now in getCurrency(#%d, "%s")', $currency?->id, $account->name));