From 9bd7985ba41b385c63213970b862ffc06f1096b0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Dec 2015 00:00:09 -0500 Subject: Add more unit tests --- app/Auth/GoogleAuth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Auth/GoogleAuth.php') 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); -- cgit v1.2.3