Add cleanup method for issue #7853 and some more debug info.

This commit is contained in:
James Cole
2023-08-15 17:57:02 +02:00
parent 9787561000
commit e3c4dde4ff
4 changed files with 58 additions and 25 deletions

View File

@@ -35,6 +35,11 @@ use Illuminate\Support\Collection;
*/
interface AvailableBudgetRepositoryInterface
{
/**
* @return void
*/
public function cleanup(): void;
/**
* Delete all available budgets.
*/