socialite

This commit is contained in:
2021-02-12 19:02:46 +09:00
parent e8cf2810a0
commit 9c9f6c61fe

View File

@@ -82,7 +82,7 @@ class LoginController extends Controller
if(Auth::check()) {
$extraScopes = EsiScope::where([
'character_id' => auth()->user()->getId(),
])->get(['scope'])->toArray();
])->get(['scope']);
dd($extraScopes);
array_push($scopes, $extraScopes);
}