Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'chateaux-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 12, 2016
2 parents 0b98254 + 0192371 commit 94957f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/UserId/AuthenticationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __invoke(RequestInterface $request)

if (is_object($identity)) {
if (property_exists($identity, $this->userId)) {
return $identity->{$this->$userId};
return $identity->{$this->userId};
}

$method = "get" . ucfirst($this->userId);
Expand Down

0 comments on commit 94957f8

Please sign in to comment.