Browse Source

Fix auth class comments.

Taylor Otwell 13 years ago
parent
commit
b8e534a117
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/auth.php

+ 1 - 1
system/auth.php

@@ -79,7 +79,7 @@ class Auth {
 	 * by the Hash class when authenticating.
 	 *
 	 * <code>
-	 * if (Auth::login('test@gmail.com', 'secret'))
+	 * if (Auth::attempt('test@gmail.com', 'secret'))
 	 * {
 	 *		// The credentials are valid...
 	 * }