From 777b74ffc7a1f0dc4d60c12c2921395315980c1f Mon Sep 17 00:00:00 2001 From: BinotaLIU Date: Thu, 26 Aug 2021 21:36:13 +0800 Subject: [PATCH] make enablePKCE public (#550) --- src/Two/AbstractProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Two/AbstractProvider.php b/src/Two/AbstractProvider.php index 8700fc9e..0623b418 100644 --- a/src/Two/AbstractProvider.php +++ b/src/Two/AbstractProvider.php @@ -471,7 +471,7 @@ protected function usesPKCE() * * @return $this */ - protected function enablePKCE() + public function enablePKCE() { $this->usesPKCE = true;