Skip to content

Commit

Permalink
Update DatabaseTokenRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Dec 16, 2024
1 parent f997b18 commit 183ee61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DatabaseTokenRepository implements TokenRepositoryInterface
* Create a new token repository instance.
*
* @param int $expires The number of seconds a token should last.
* @param int $throttle Minimum number of seconds before re-redefining the token.
* @param int $throttle Minimum number of seconds before the user can generate new password reset tokens.
*/
public function __construct(
protected ConnectionInterface $connection,
Expand Down

0 comments on commit 183ee61

Please sign in to comment.