From 2ca8038df2671573811c7e467045176c26aa3d20 Mon Sep 17 00:00:00 2001 From: Justin Stein Date: Sun, 4 Nov 2018 11:07:04 -0800 Subject: [PATCH] Removed return from documentation for function redirectToSocialProvider --- app/Auth/Access/SocialAuthService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Auth/Access/SocialAuthService.php b/app/Auth/Access/SocialAuthService.php index 62025bf7c..66f567c98 100644 --- a/app/Auth/Access/SocialAuthService.php +++ b/app/Auth/Access/SocialAuthService.php @@ -251,7 +251,6 @@ class SocialAuthService /** * Provide redirect options per service for the Laravel Socialite driver * @param $driver - * @return \Symfony\Component\HttpFoundation\RedirectResponse */ public function redirectToSocialProvider($driver) {