mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Code for #3546
This commit is contained in:
@@ -561,4 +561,12 @@ class RecurringRepository implements RecurringRepositoryInterface
|
||||
|
||||
return $filtered;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function destroyAll(): void
|
||||
{
|
||||
$this->user->recurrences()->delete();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user