Browse Source

cleaning up the auth class.

Taylor Otwell 13 years ago
parent
commit
6865db3f21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/auth.php

+ 1 - 1
laravel/auth.php

@@ -191,7 +191,7 @@ class Auth {
 		// 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);