diff --git a/laravel/auth.php b/laravel/auth.php index a43aa689..2a390322 100644 --- a/laravel/auth.php +++ b/laravel/auth.php @@ -191,7 +191,7 @@ protected static function remember($id) // This method assumes the "remember me" cookie should have the same // configuration as the session cookie. Since this cookie, like the // session cookie, should be kept very secure, it's probably safe - // to assume the settings are the same for this cookie. + // to assume the cookie settings are the same. $config = Config::get('session'); extract($config, EXTR_SKIP);