This commit is contained in:
James Cole
2020-04-26 06:57:59 +02:00
parent c7c875e95f
commit 0d33348941
2 changed files with 14 additions and 1 deletions

View File

@@ -58,6 +58,11 @@ interface BudgetRepositoryInterface
*/
public function destroyAutoBudget(Budget $budget): void;
/**
* @return int
*/
public function getMaxOrder(): int;
/**
* @return bool