Fix auth class comments.

This commit is contained in:
Taylor Otwell
2011-08-11 15:46:15 -05:00
parent bb7649043c
commit b8e534a117

View File

@@ -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...
* }