Fix auth class comments.
This commit is contained in:
parent
bb7649043c
commit
b8e534a117
|
@ -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...
|
||||||
* }
|
* }
|
||||||
|
|
Loading…
Reference in New Issue