Removed unused function in registration service
This commit is contained in:
parent
413cac23ae
commit
d3ec38bee3
1 changed files with 0 additions and 9 deletions
|
@ -106,13 +106,4 @@ class RegistrationService
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Alias to the UserRepo method of the same name.
|
||||
* Attaches the default system role, if configured, to the given user.
|
||||
*/
|
||||
public function attachDefaultRole(User $user): void
|
||||
{
|
||||
$this->userRepo->attachDefaultRole($user);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue