Fix auth class comments.

This commit is contained in:
Taylor Otwell 2011-08-11 15:46:15 -05:00
parent bb7649043c
commit b8e534a117
1 changed files with 1 additions and 1 deletions

View File

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