Can now update (and remove) auto budget over api

This commit is contained in:
James Cole
2020-03-14 07:43:49 +01:00
parent d1d11ae717
commit bde0732135
4 changed files with 81 additions and 10 deletions

View File

@@ -46,6 +46,11 @@ interface BudgetRepositoryInterface
*/
public function getAutoBudget(Budget $budget): ?AutoBudget;
/**
* @param Budget $budget
*/
public function destroyAutoBudget(Budget $budget): void;
/**
* @return bool