From b8e534a117596c078b46a8c14d5f3226f62420ee Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 11 Aug 2011 15:46:15 -0500 Subject: [PATCH] Fix auth class comments. --- system/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... * }