Tweaking Auth config comments.
This commit is contained in:
parent
0d2cfd2417
commit
a9c14b3db5
|
@ -7,8 +7,8 @@
|
||||||
| Retrieve Users By ID
|
| Retrieve Users By ID
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| This method is called by the Auth::user() method when attempting to load
|
| This method is called by the Auth::user() method when attempting to
|
||||||
| a user by their user ID.
|
| retrieve a user by their user ID.
|
||||||
|
|
|
|
||||||
| You are free to change this method for your application however you wish.
|
| You are free to change this method for your application however you wish.
|
||||||
|
|
|
|
||||||
|
@ -24,11 +24,13 @@
|
||||||
| Retrieve Users By Username
|
| Retrieve Users By Username
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| This method is called by the Auth::check() method when attempting to load
|
| This method is called by the Auth::check() method when attempting to
|
||||||
| a user by their username.
|
| retrieve a user by their username.
|
||||||
|
|
|
|
||||||
| You are free to change this method for your application however you wish,
|
| You are free to change this method for your application however you wish.
|
||||||
| as long as you return an object that has "id" and "password" properties.
|
|
|
||||||
|
| Note: This method must return an object that has an "id" and a "password"
|
||||||
|
| property. The type of object returned doesn't matter.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue