Fix typo
This commit is contained in:
parent
1246ea24e5
commit
6844009d71
|
|
@ -288,7 +288,7 @@ class RegistrationService {
|
||||||
try {
|
try {
|
||||||
$group = $this->groupManager->get($registered_user_group);
|
$group = $this->groupManager->get($registered_user_group);
|
||||||
$group->addUser($user);
|
$group->addUser($user);
|
||||||
$groupId = $group->gitGID();
|
$groupId = $group->getGID();
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw new RegistrationException($e->getMessage());
|
throw new RegistrationException($e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue