diff --git a/system/auth.php b/system/auth.php index 2d020f31..22624dfd 100644 --- a/system/auth.php +++ b/system/auth.php @@ -79,7 +79,7 @@ class Auth { * by the Hash class when authenticating. * * - * if (Auth::login('test@gmail.com', 'secret')) + * if (Auth::attempt('test@gmail.com', 'secret')) * { * // The credentials are valid... * }