adasdas
This commit is contained in:
@@ -51,6 +51,14 @@ final class RegistrationService
|
||||
return $this->store->find($id);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array<string, mixed>|null
|
||||
*/
|
||||
public function findLatestByUsername(string $username): ?array
|
||||
{
|
||||
return $this->store->findLatestByUsername($username);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string, string> $input
|
||||
* @return array{success: bool, errors?: array<int, string>, request?: array<string, mixed>}
|
||||
|
||||
Reference in New Issue
Block a user