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

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

xqd
@@ -15,7 +15,7 @@ class AuthenticateApi
      * @return mixed
      */
     public function handle($request, Closure $next)
-    {dd(111);
+    {
         $userAuth = Auth('api')->user();
         if (!$userAuth) {
             return Response::json([