From: Justin Stein Date: Sun, 4 Nov 2018 19:07:04 +0000 (-0800) Subject: Removed return from documentation for function redirectToSocialProvider X-Git-Tag: v0.24.2~3^2~2^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/2ca8038df2671573811c7e467045176c26aa3d20?ds=inline;hp=-c Removed return from documentation for function redirectToSocialProvider --- 2ca8038df2671573811c7e467045176c26aa3d20 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) {