Skip to content

Commit 5370758

Browse files
committed
Typo
1 parent bb62d89 commit 5370758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/UserVerification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public function isPendingVerification()
2727
{
2828
return ! $this->isVerified() && $this->hasVerificationToken();
2929
}
30-
30+
3131
/**
32-
* Checks if the user has verification token.
32+
* Checks if the user has a verification token.
3333
*
3434
* @return bool
3535
*/

0 commit comments

Comments
 (0)