First version of line edit.

This commit is contained in:
James Cole
2024-03-16 22:00:25 +01:00
parent 845eaed8d7
commit f0fa21dead
10 changed files with 401 additions and 5 deletions

View File

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