Skip to content

Commit a411a41

Browse files
committed
cs fix ws
1 parent cfc30b2 commit a411a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StudentAffairsUwm/Shibboleth/Controllers/ShibbolethController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function idpAuthenticate()
9191
return abort(403, 'Unauthorized');
9292
}
9393

94-
$userClass = config('auth.providers.users.model', 'App\User');
94+
$userClass = config('auth.providers.users.model', 'App\User');
9595

9696
// Attempt to login with the email, if success, update the user model
9797
// with data from the Shibboleth headers (if present)

0 commit comments

Comments
 (0)