Commit b8e534a1 authored by Taylor Otwell's avatar Taylor Otwell

Fix auth class comments.

parent bb764904
......@@ -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...
* }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment