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

@@ -34,6 +34,12 @@ use Illuminate\Support\Collection;
*/
interface AvailableBudgetRepositoryInterface
{
/**
* Delete all available budgets.
*/
public function destroyAll(): void;
/**
* @param AvailableBudget $availableBudget
*/