Skip to content

Commit

Permalink
add missed RESET_THROTTLED constant to Password Facade (#34641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ah2048 committed Oct 2, 2020
1 parent 57c1fd5 commit 52c77fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Illuminate/Support/Facades/Password.php
Expand Up @@ -40,6 +40,13 @@ class Password extends Facade
*/
const INVALID_TOKEN = PasswordBroker::INVALID_TOKEN;

/**
* Constant representing a throttled reset attempt.
*
* @var string
*/
const RESET_THROTTLED = PasswordBroker::RESET_THROTTLED;

/**
* Get the registered name of the component.
*
Expand Down

0 comments on commit 52c77fc

Please sign in to comment.