Change function name to be more explicit

This commit is contained in:
sephster 2018-09-01 13:17:36 +01:00
parent 74495cac49
commit 46c2f99b06
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -52,7 +52,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
/**
* Disable the requirement for a code challenge for public clients.
*/
public function disableCodeChallengeForPublicClients()
public function disableRequireCodeChallengeForPublicClients()
{
$this->requireCodeChallengeForPublicClients = false;
}