Added Missing Throttling Key

This commit is contained in:
Devansh 2021-10-13 12:34:21 +05:30
parent 872dbfb3b0
commit bf5e8c95b4
1 changed files with 2 additions and 0 deletions

View File

@ -50,11 +50,13 @@ return [
'provider' => 'admins',
'table' => 'admin_password_resets',
'expire' => 60,
'throttle' => 60,
],
'customers' => [
'provider' => 'customers',
'table' => 'customer_password_resets',
'expire' => 60,
'throttle' => 60,
],
],
];