dyjh 6 năm trước cách đây
mục cha
commit
e75b22d1db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Web/AuthController.php

+ 1 - 1
app/Http/Controllers/Web/AuthController.php

xqd
@@ -52,7 +52,7 @@ class AuthController extends Controller
         $oauth = $app->oauth;
 // 获取 OAuth 授权结果用户信息
         $user = $oauth->user();
-        dd($user->getId());
+        dd($user->toArray());
         \Log::info($user);
     }