mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Add cleanup method for issue #7853 and some more debug info.
This commit is contained in:
@@ -35,6 +35,11 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
interface AvailableBudgetRepositoryInterface
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function cleanup(): void;
|
||||
|
||||
/**
|
||||
* Delete all available budgets.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user