second commit
This commit is contained in:
@@ -56,7 +56,7 @@ final class UserRepository
|
||||
$normalized = normalize_username($username);
|
||||
|
||||
if ($normalized === '' || $this->find($normalized) !== null) {
|
||||
throw new RuntimeException('Benutzername existiert bereits oder ist ungueltig.');
|
||||
throw new RuntimeException('Benutzername existiert bereits oder ist ungültig.');
|
||||
}
|
||||
|
||||
$users = $this->all();
|
||||
@@ -100,4 +100,3 @@ final class UserRepository
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user