Various code cleanup.

This commit is contained in:
James Cole
2024-04-01 17:43:31 +02:00
parent e3a67be412
commit 9f95221ba3
2 changed files with 2 additions and 1 deletions

View File

@@ -74,5 +74,7 @@ interface AccountRepositoryInterface
public function setUserGroup(UserGroup $userGroup): void;
public function getUserGroup(): UserGroup;
public function update(Account $account, array $data): Account;
}