This commit is contained in:
James Cole
2023-06-14 18:44:54 +02:00
parent c08b5177d9
commit 68934858ce
5 changed files with 10 additions and 4 deletions

View File

@@ -152,6 +152,11 @@ class AccountForm
return $this->select($name, $grouped, $value, $options);
}
/**
* @param array $types
* @param AccountRepositoryInterface|null $repository
* @return array
*/
private function getAccountsGrouped(array $types, AccountRepositoryInterface $repository = null): array
{
if (null === $repository) {