Commit 6865db3f by Taylor Otwell

cleaning up the auth class.

parent 659a09a1
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment