Skip to content

Commit

Permalink
make enablePKCE public (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
binotaliu committed Aug 26, 2021
1 parent 59e2f8d commit 777b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Two/AbstractProvider.php
Expand Up @@ -471,7 +471,7 @@ protected function usesPKCE()
*
* @return $this
*/
protected function enablePKCE()
public function enablePKCE()
{
$this->usesPKCE = true;

Expand Down

0 comments on commit 777b74f

Please sign in to comment.