dyjh hace 6 años
padre
commit
a5aa417e15
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Http/Middleware/AuthenticateApi.php

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

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