Skip to content

Commit

Permalink
refactor to Laravel specific docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Jan 20, 2017
1 parent 7ec0efb commit 57545f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -232,7 +232,7 @@ For this you can add the `add_context` key to the `config` array. Below is an ex
'release' => \Infrastructure\Version::getGitTag()
];
$user = \Session::getMyUser();
$user = \Auth::User();
if ($user) {
$context['user'] = [
'id' => $user->id,
Expand Down

0 comments on commit 57545f3

Please sign in to comment.