Skip to content

Commit

Permalink
Update client repository to match league's updated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaboncukcu committed Feb 28, 2018
1 parent 8487127 commit 03edf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OauthLogic/Repositories/ClientRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ClientRepository implements ClientRepositoryInterface
*
* @return ClientEntity
*/
public function getClientEntity($clientIdentifier, $grantType, $clientSecret = null, $mustValidateSecret = true)
public function getClientEntity($clientIdentifier, $grantType = null, $clientSecret = null, $mustValidateSecret = true)
{
/*
* This method is called to validate a client’s credentials.
Expand Down

0 comments on commit 03edf88

Please sign in to comment.