From 5ae2f24a0411d6907adca42ceb2d1e7f7ffa7fd9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 1 Feb 2022 08:43:03 -0600 Subject: [PATCH] fix spacing --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index e29a3f7d..d8c6cee7 100644 --- a/config/auth.php +++ b/config/auth.php @@ -80,7 +80,7 @@ return [ | than one user table or model in the application and you want to have | separate password reset settings based on the specific user types. | - | The expire time is the number of minutes that the reset token should be + | The expire time is the number of minutes that each reset token will be | considered valid. This security feature keeps tokens short-lived so | they have less time to be guessed. You may change this as needed. |