1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-04 05:22:38 +03:00

Removed return from documentation for function redirectToSocialProvider

This commit is contained in:
Justin Stein
2018-11-04 11:07:04 -08:00
parent 89de328439
commit 2ca8038df2

View File

@@ -251,7 +251,6 @@ class SocialAuthService
/** /**
* Provide redirect options per service for the Laravel Socialite driver * Provide redirect options per service for the Laravel Socialite driver
* @param $driver * @param $driver
* @return \Symfony\Component\HttpFoundation\RedirectResponse
*/ */
public function redirectToSocialProvider($driver) public function redirectToSocialProvider($driver)
{ {