cleaning up the auth class.
This commit is contained in:
parent
659a09a11b
commit
6865db3f21
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue