scopes dd
This commit is contained in:
@@ -49,6 +49,7 @@ class RedirectIfAuthenticated
|
|||||||
* @param \Laravel\Socialite\Two\User $user
|
* @param \Laravel\Socialite\Two\User $user
|
||||||
*/
|
*/
|
||||||
private function updateUser($eve_user) {
|
private function updateUser($eve_user) {
|
||||||
|
dd($eve_user->user->Scopes);
|
||||||
$userFound = DB::table('users')->where('character_id', $eve_user->id)->first();
|
$userFound = DB::table('users')->where('character_id', $eve_user->id)->first();
|
||||||
if($userFound != null) {
|
if($userFound != null) {
|
||||||
DB::table('users')->where('character_id', $eve_user->id)->update([
|
DB::table('users')->where('character_id', $eve_user->id)->update([
|
||||||
|
|||||||
Reference in New Issue
Block a user