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

@@ -32,6 +32,12 @@ use Illuminate\Support\Collection;
*/
interface BudgetRepositoryInterface
{
/**
* Destroy all budgets.
*/
public function destroyAll(): void;
/**
* @return bool
*/