Skip to content

Commit ceb2f46

Browse files
committed
Clarify that the current user's password is rehashing
1 parent ef4541d commit ceb2f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ protected function cycleRememberToken(AuthenticatableContract $user)
574574
}
575575

576576
/**
577-
* Rehash the user's password.
577+
* Rehash the current user's password.
578578
*
579579
* @param string $password
580580
* @param string $attribute

0 commit comments

Comments
 (0)