mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Moving stuff around, optimising charts.
This commit is contained in:
@@ -50,6 +50,15 @@ interface BudgetRepositoryInterface
|
||||
*/
|
||||
public function find(int $budgetId): Budget;
|
||||
|
||||
/**
|
||||
* This method returns the oldest journal or transaction date known to this budget.
|
||||
* Will cache result.
|
||||
* @param Budget $budget
|
||||
*
|
||||
* @return Carbon
|
||||
*/
|
||||
public function firstUseDate(Budget $budget): Carbon;
|
||||
|
||||
// /**
|
||||
// * @param Budget $budget
|
||||
// * @param Account $account
|
||||
|
Reference in New Issue
Block a user