Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive authored Aug 15, 2016
1 parent ce8a25b commit d4dec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ protected $hidden = [
//$provider = config('auth.guards.' . $guard . '.provider');
//$model = config('auth.providers.' . $provider . '.model');
Uncomment these lines for use in Laravel 5.0 & 5.1
// Uncomment the line below for use in Laravel 5.0 & 5.1
// $model = config('auth.model');
$user = (new $model)->findOrFail(
Expand Down

0 comments on commit d4dec5d

Please sign in to comment.