Fix getClientEntity method call

This commit is contained in:
Alex Bilbie 2016-02-12 09:09:39 +00:00
parent 5a08a0cbe2
commit f4b83baf74

View File

@ -179,10 +179,10 @@ abstract class AbstractGrant implements GrantTypeInterface
}
$client = $this->clientRepository->getClientEntity(
$this->getIdentifier(),
$clientId,
$clientSecret,
$redirectUri
$redirectUri,
$this->getIdentifier()
);
if (!$client instanceof ClientEntityInterface) {