Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 68412e8

Browse files
committed
Small code doc tweak
1 parent 3a45cec commit 68412e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/WindowsAuthenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(Guard $auth)
4242
*/
4343
public function handle(Request $request, Closure $next)
4444
{
45-
// If the user is already logged in, no need to reauthenticate
45+
// If the user is already logged in, we don't need to reauthenticate.
4646
if (!$this->auth->check()) {
4747
// Retrieve the SSO login attribute.
4848
$auth = $this->getWindowsAuthAttribute();

0 commit comments

Comments
 (0)