From 6865db3f211a0dd2b8d15993dd40c50b018710df Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 18 Jan 2012 11:30:02 -0600 Subject: [PATCH] cleaning up the auth class. --- laravel/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);