Fixed incorrect type error in LDAP group sync

Should fix #951
This commit is contained in:
Dan Brown
2018-08-12 13:28:40 +01:00
parent c860645a5a
commit 92c9837157
2 changed files with 3 additions and 2 deletions

View File

@ -70,6 +70,7 @@ class LoginController extends Controller
* @param Authenticatable $user
* @return \Illuminate\Http\RedirectResponse
* @throws AuthException
* @throws \BookStack\Exceptions\LdapException
*/
protected function authenticated(Request $request, Authenticatable $user)
{