🤖 Auto commit for release 'develop' on 2026-03-06

This commit is contained in:
JC5
2026-03-06 15:31:45 +01:00
parent 4d63146524
commit b66f95f1dc
26 changed files with 261 additions and 234 deletions

View File

@@ -61,7 +61,7 @@ class UpdateRequest extends FormRequest
*/
public function rules(): array
{
/** @var TransactionCurrency|string $currency */
/** @var string|TransactionCurrency $currency */
$currency = $this->route()->parameter('currency_code');
if (is_string($currency)) {
$currency = TransactionCurrency::whereCode($currency)->first();