From d09efa26d2b0ed4a2bc9a48df5439d213ad6c052 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 1 Sep 2016 09:01:57 -0500 Subject: [PATCH] remove irrelevant comment --- config/auth.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/auth.php b/config/auth.php index a57bdc77..78175010 100644 --- a/config/auth.php +++ b/config/auth.php @@ -81,10 +81,6 @@ | Resetting Passwords |-------------------------------------------------------------------------- | - | Here you may set the options for resetting passwords including the view - | that is your password reset e-mail. You may also set the name of the - | table that maintains all of the reset tokens for your application. - | | You may specify multiple password reset configurations if you have more | than one user table or model in the application and you want to have | separate password reset settings based on the specific user types.