Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 8, 2015
1 parent 4967768 commit 9fe483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ First, you may access the user from the `Auth` facade:
{
if (Auth::user())
{
// $request->user() returns an instance of the authenticated user...
// Auth::user() returns an instance of the authenticated user...
}
}

Expand Down

0 comments on commit 9fe483c

Please sign in to comment.