diff options
Diffstat (limited to 'app/Auth/GoogleAuth.php')
-rw-r--r-- | app/Auth/GoogleAuth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/GoogleAuth.php b/app/Auth/GoogleAuth.php index 0dc1c62f..c4acfa0f 100644 --- a/app/Auth/GoogleAuth.php +++ b/app/Auth/GoogleAuth.php @@ -84,7 +84,7 @@ class GoogleAuth extends Base implements OAuthAuthenticationProviderInterface * Get user object * * @access public - * @return null|GoogleUserProvider + * @return GoogleUserProvider */ public function getUser() { |