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

This commit is contained in:
JC5
2026-02-20 14:57:43 +01:00
parent 9cbd0380d6
commit 986e86ed51
15 changed files with 249 additions and 225 deletions

View File

@@ -60,13 +60,13 @@ interface AvailableBudgetRepositoryInterface
*/
public function find(TransactionCurrency $currency, Carbon $start, Carbon $end): ?AvailableBudget;
public function findById(int $id): ?AvailableBudget;
/**
* Find existing ABs in this exact time range.
*/
public function findInRange(TransactionCurrency $currency, Carbon $start, Carbon $end): Collection;
public function findById(int $id): ?AvailableBudget;
/**
* Return a list of all available budgets (in all currencies) (for the selected period).
*/