summaryrefslogtreecommitdiff
path: root/app/Auth/GoogleAuth.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-06 00:00:09 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-06 00:00:09 -0500
commit9bd7985ba41b385c63213970b862ffc06f1096b0 (patch)
treea181044fca56fd501488c2361971dd883d6d8a89 /app/Auth/GoogleAuth.php
parentdb5da71f154d34d012d7259d4d627ac7cf0c38fa (diff)
Add more unit tests
Diffstat (limited to 'app/Auth/GoogleAuth.php')
-rw-r--r--app/Auth/GoogleAuth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Auth/GoogleAuth.php b/app/Auth/GoogleAuth.php
index c4acfa0f..2a1f1b46 100644
--- a/app/Auth/GoogleAuth.php
+++ b/app/Auth/GoogleAuth.php
@@ -116,10 +116,10 @@ class GoogleAuth extends Base implements OAuthAuthenticationProviderInterface
/**
* Get Google profile
*
- * @access private
+ * @access public
* @return array
*/
- private function getProfile()
+ public function getProfile()
{
$this->getService()->getAccessToken($this->code);