Skip to content

Commit

Permalink
Merge pull request #16438 from drawmyattention/patch-1
Browse files Browse the repository at this point in the history
[5.3] Support custom primary keys on User model
  • Loading branch information
taylorotwell committed Nov 16, 2016
2 parents 296879e + 5288be0 commit d190a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function validAuthenticationResponse($request, $result)
} else {
return $this->decodePusherResponse(
$this->pusher->presence_auth(
$request->channel_name, $request->socket_id, $request->user()->id, $result)
$request->channel_name, $request->socket_id, $request->user()->getKey(), $result)
);
}
}
Expand Down

0 comments on commit d190a63

Please sign in to comment.