Fix auth class comments.
This commit is contained in:
@@ -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...
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user