summaryrefslogtreecommitdiff
path: root/app/Auth/GithubAuth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Auth/GithubAuth.php')
-rw-r--r--app/Auth/GithubAuth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Auth/GithubAuth.php b/app/Auth/GithubAuth.php
index a03c7158..606ab301 100644
--- a/app/Auth/GithubAuth.php
+++ b/app/Auth/GithubAuth.php
@@ -116,10 +116,10 @@ class GithubAuth extends Base implements OAuthAuthenticationProviderInterface
/**
* Get Github profile
*
- * @access private
+ * @access public
* @return array
*/
- private function getProfile()
+ public function getProfile()
{
$this->getService()->getAccessToken($this->code);