From 9b345db623cae2d9c2a54bcd59b235fa40903130 Mon Sep 17 00:00:00 2001 From: JC5 Date: Mon, 12 May 2025 09:24:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-05-12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Factory/TransactionJournalFactory.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Factory/TransactionJournalFactory.php b/app/Factory/TransactionJournalFactory.php index 6e6192ecfa..f89c86b3aa 100644 --- a/app/Factory/TransactionJournalFactory.php +++ b/app/Factory/TransactionJournalFactory.php @@ -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));