More code for multi account piggy banks.

This commit is contained in:
James Cole
2024-12-04 06:38:47 +01:00
parent d740814f88
commit 4819b5ac5d
6 changed files with 131 additions and 63 deletions

View File

@@ -113,10 +113,7 @@ interface PiggyBankRepositoryInterface
public function removeObjectGroup(PiggyBank $piggyBank): PiggyBank;
// /**
// * Correct order of piggies in case of issues.
// */
// public function resetOrder(): void;
public function resetOrder(): void;
/**
* Search for piggy banks.