scopes dd

This commit is contained in:
2018-10-28 22:25:49 -05:00
parent 939c35e34f
commit 7efb095ee3

View File

@@ -49,6 +49,7 @@ class RedirectIfAuthenticated
* @param \Laravel\Socialite\Two\User $user
*/
private function updateUser($eve_user) {
dd($eve_user->user->Scopes);
$userFound = DB::table('users')->where('character_id', $eve_user->id)->first();
if($userFound != null) {
DB::table('users')->where('character_id', $eve_user->id)->update([