Fix auth class comments.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ class Auth {
|
|||||||
* by the Hash class when authenticating.
|
* by the Hash class when authenticating.
|
||||||
*
|
*
|
||||||
* <code>
|
* <code>
|
||||||
* if (Auth::login('[email protected]', 'secret'))
|
* if (Auth::attempt('[email protected]', 'secret'))
|
||||||
* {
|
* {
|
||||||
* // The credentials are valid...
|
* // The credentials are valid...
|
||||||
* }
|
* }
|
||||||
|
|||||||
Reference in New Issue
Block a user