New feature: option to delete all meta data from your account.

This commit is contained in:
James Cole
2019-09-27 21:35:21 +02:00
parent 7337d73c1d
commit 8a0abc23c3
14 changed files with 218 additions and 5 deletions

View File

@@ -35,6 +35,12 @@ use Illuminate\Support\Collection;
*/
interface BudgetLimitRepositoryInterface
{
/**
* Destroy all budget limits.
*/
public function destroyAll(): void;
/**
* Tells you which amount has been budgeted (for the given budgets)
* in the selected query. Returns a positive amount as a string.