From: Dan Brown Date: Sat, 2 May 2020 00:07:30 +0000 (+0100) Subject: Removed unused function in registration service X-Git-Tag: v0.29.2~1^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d3ec38bee3eb1749b29726cb837a16efbec589da Removed unused function in registration service --- diff --git a/app/Auth/Access/RegistrationService.php b/app/Auth/Access/RegistrationService.php index 8cf76013a..9136b37b5 100644 --- a/app/Auth/Access/RegistrationService.php +++ b/app/Auth/Access/RegistrationService.php @@ -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); - } - } \ No newline at end of file