rename password reset tokens table in skeleton

This commit is contained in:
Taylor Otwell
2023-01-30 16:53:14 -06:00
parent edcbe6de7c
commit a28ad2966d
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ return [
'passwords' => [
'users' => [
'provider' => 'users',
'table' => 'password_resets',
'table' => 'password_reset_tokens',
'expire' => 60,
'throttle' => 60,
],