cleaning up the auth class.

This commit is contained in:
Taylor Otwell 2012-01-18 11:30:02 -06:00
parent 659a09a11b
commit 6865db3f21
1 changed files with 1 additions and 1 deletions

View File

@ -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);