mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
New feature: option to delete all meta data from your account.
This commit is contained in:
@@ -282,4 +282,12 @@ class AvailableBudgetRepository implements AvailableBudgetRepositoryInterface
|
||||
return $availableBudget;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete all available budgets.
|
||||
*/
|
||||
public function destroyAll(): void
|
||||
{
|
||||
$this->user->availableBudgets()->delete();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user