This commit is contained in:
2018-10-15 17:51:28 -05:00
parent 6c45befc58
commit f6dd305b00

View File

@@ -27,8 +27,8 @@ class AuthController extends Controller
*
* @return Response
*/
public function handleProviderCallback(Socialite $social) {
$eve_data = $social->driver('eveonline')->user();
public function handleProviderCallback() {
$eve_data = Socialite::driver('eveonline')->user();
//Get or create the User bound to this login
$user = $this->findOrCreateUser($eve_data);
//Auth the user