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

View File

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