🤖 Auto commit for release 'develop' on 2025-09-13

This commit is contained in:
JC5
2025-09-13 07:18:32 +02:00
parent f13e0991fb
commit ae7c664418
12 changed files with 91 additions and 82 deletions

View File

@@ -209,7 +209,7 @@ class AvailableBudgetRepository implements AvailableBudgetRepositoryInterface, U
#[Deprecated]
public function setAvailableBudget(TransactionCurrency $currency, Carbon $start, Carbon $end, string $amount): AvailableBudget
{
/** @var AvailableBudget|null $availableBudget */
/** @var null|AvailableBudget $availableBudget */
$availableBudget = $this->user->availableBudgets()
->where('transaction_currency_id', $currency->id)
->where('start_date', $start->format('Y-m-d'))