Some minor code cleanup.

This commit is contained in:
James Cole
2026-03-15 06:48:11 +01:00
parent a77ff6a51f
commit 12bbc91dca
6 changed files with 18 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ trait UserNavigation
return redirect(route('index'));
}
/** @var TransactionJournal $journal */
$journal = $transaction->transactionJournal;
/** @var null|Transaction $other */