dyjh 6 years ago
parent
commit
e550383346
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Middleware/AuthenticateApi.php

+ 1 - 0
app/Http/Middleware/AuthenticateApi.php

xqd
@@ -17,6 +17,7 @@ class AuthenticateApi
     public function handle($request, Closure $next)
     {
         $userAuth = Auth('api')->user();
+        dd($userAuth);
         if (!$userAuth) {
             Response::json([
                 'status' => 1000,