🤖 Auto commit for release 'develop' on 2026-02-15

This commit is contained in:
JC5
2026-02-15 12:23:13 +01:00
parent ad60974430
commit 4a5281fd80
13 changed files with 33 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ class UpdateRequest extends FormRequest
{
/** @var TransactionCurrency $currency */
$currency = $this->route()->parameter('currency_code');
if(is_string($currency)) {
if (is_string($currency)) {
$currency = TransactionCurrency::whereCode($currency)->first();
}