Fix fatal error caused by ClientRepositoryInterface change

This commit is contained in:
Steve Rhoades 2018-03-17 09:30:14 -07:00
parent cc19da50b4
commit 8f1bf88792

View File

@ -17,7 +17,7 @@ class ClientRepository implements ClientRepositoryInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getClientEntity($clientIdentifier, $grantType, $clientSecret = null, $mustValidateSecret = true) public function getClientEntity($clientIdentifier, $grantType = null, $clientSecret = null, $mustValidateSecret = true)
{ {
$clients = [ $clients = [
'myawesomeapp' => [ 'myawesomeapp' => [