James Cole
2021-08-20 10:05:18 +02:00
parent 06d319cd71
commit f80178b1b2
7 changed files with 43 additions and 139 deletions

View File

@@ -79,6 +79,14 @@ class AvailableBudgetRepository implements AvailableBudgetRepositoryInterface
}
/**
* @inheritDoc
*/
public function findById(int $id): ?AvailableBudget
{
return $this->user->availableBudgets->find($id);
}
/**
* Return a list of all available budgets (in all currencies) (for the selected period).
*