modifying middleware

This commit is contained in:
2018-10-28 22:27:23 -05:00
parent 7efb095ee3
commit 323d71dc58
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ 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([