cleaning up various codes.

This commit is contained in:
Taylor Otwell
2012-02-06 19:59:07 -06:00
parent 78dc4529f1
commit 007863a6fa
5 changed files with 9 additions and 18 deletions

View File

@@ -134,9 +134,6 @@ class Auth {
// or authentication provider they wish.
$user = call_user_func($config['attempt'], $username, $password);
// If the user credentials were authenticated by the closure, we will
// log the user into the application, which will store their user ID
// in the session for subsequent requests.
if (is_null($user)) return false;
static::login($user, $remember);