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

@@ -56,6 +56,13 @@ interface AvailableBudgetRepositoryInterface
*/
public function find(TransactionCurrency $currency, Carbon $start, Carbon $end): ?AvailableBudget;
/**
* @param int $id
*
* @return AvailableBudget|null
*/
public function findById(int $id): ?AvailableBudget;
/**
* Return a list of all available budgets (in all currencies) (for the selected period).
*