Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52c77fc

Browse files
authored
add missed RESET_THROTTLED constant to Password Facade (#34641)
1 parent 57c1fd5 commit 52c77fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Illuminate/Support/Facades/Password.php

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ class Password extends Facade
4040
*/
4141
const INVALID_TOKEN = PasswordBroker::INVALID_TOKEN;
4242

43+
/**
44+
* Constant representing a throttled reset attempt.
45+
*
46+
* @var string
47+
*/
48+
const RESET_THROTTLED = PasswordBroker::RESET_THROTTLED;
49+
4350
/**
4451
* Get the registered name of the component.
4552
*

0 commit comments

Comments
 (0)